|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLNode in erland.util |
---|
Methods in erland.util that return XMLNode | |
---|---|
protected XMLNode |
ParameterStorageString.addChild(XMLNode parent,
String name,
String value)
Add a child XMLNode object to the specified parent, the value of the child object will be parsed to a child tree if it contains XML |
protected XMLNode |
ParameterStorageString.addChildAsStorage(XMLNode parent,
String name,
StorageInterface value)
Add a child XMLNode object to the specified parent, the value of the child object is a StorageInterface object and will be parsed to a child tree if it contains XML |
protected XMLNode |
ParameterStorageGroupWithId.findGroupNode(XMLNode data,
String name)
Find a specific group node in the XMLNode tree |
protected XMLNode |
ParameterStorageGroup.findGroupNode(XMLNode data,
String name)
Find a specific group node in the XMLNode tree |
XMLNode |
SimpleXMLParserHandler.getData()
Get the XMLNode tree that has been created during the parsing |
XMLNode |
XMLStorage.getXMLNode()
Get the storage data as an XMLNode object |
Methods in erland.util with parameters of type XMLNode | |
---|---|
void |
XMLNode.addChild(XMLNode node)
Add a child node |
protected XMLNode |
ParameterStorageString.addChild(XMLNode parent,
String name,
String value)
Add a child XMLNode object to the specified parent, the value of the child object will be parsed to a child tree if it contains XML |
protected XMLNode |
ParameterStorageString.addChildAsStorage(XMLNode parent,
String name,
StorageInterface value)
Add a child XMLNode object to the specified parent, the value of the child object is a StorageInterface object and will be parsed to a child tree if it contains XML |
void |
XMLNode.delChild(XMLNode node)
Delete a child node. |
protected void |
ParameterStorageString.delSpecialParameterInData(XMLNode data,
String name)
Delets a parameter in the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true |
protected void |
ParameterStorageGroupWithId.delSpecialParameterInData(XMLNode data,
String name)
|
protected void |
ParameterStorageGroup.delSpecialParameterInData(XMLNode data,
String name)
|
protected XMLNode |
ParameterStorageGroupWithId.findGroupNode(XMLNode data,
String name)
Find a specific group node in the XMLNode tree |
protected XMLNode |
ParameterStorageGroup.findGroupNode(XMLNode data,
String name)
Find a specific group node in the XMLNode tree |
protected StorageInterface |
ParameterStorageStringEx.getNodeAsStorage(XMLNode node,
String name)
Overridden so it returns the node itself |
protected StorageInterface |
ParameterStorageString.getNodeAsStorage(XMLNode node,
String name)
Return the specified node as a storage. |
protected StorageInterface |
ParameterStorageString.getSpecialParameterAsStorageInData(XMLNode data,
String name)
Gets a storage object for a parameter from the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true |
protected StorageInterface |
ParameterStorageGroupWithId.getSpecialParameterAsStorageInData(XMLNode data,
String name)
|
protected StorageInterface |
ParameterStorageGroup.getSpecialParameterAsStorageInData(XMLNode data,
String name)
|
protected String |
ParameterStorageString.getSpecialParameterInData(XMLNode data,
String name)
Gets the parameter value for a parameter from the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true |
protected String |
ParameterStorageGroupWithId.getSpecialParameterInData(XMLNode data,
String name)
|
protected String |
ParameterStorageGroup.getSpecialParameterInData(XMLNode data,
String name)
|
void |
XMLNode.insertChild(XMLNode node)
Insert a child node |
void |
XMLNode.replaceChild(XMLNode currentNode,
XMLNode newNode)
Replaces an existing child node with a new one |
protected void |
ParameterStorageStringEx.setNodeAsStorage(XMLNode node,
String name,
StorageInterface value)
Overridden so it sets the node itself |
protected void |
ParameterStorageString.setNodeAsStorage(XMLNode node,
String name,
StorageInterface value)
Set the specified node as a storage. |
protected void |
ParameterStorageString.setSpecialParameterAsStorageInData(XMLNode data,
String name,
StorageInterface value)
Sets the parameter value for a parameter in the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true
The value is specified as a StorageInterface object |
protected void |
ParameterStorageGroupWithId.setSpecialParameterAsStorageInData(XMLNode data,
String name,
StorageInterface value)
|
protected void |
ParameterStorageGroup.setSpecialParameterAsStorageInData(XMLNode data,
String name,
StorageInterface value)
|
protected void |
ParameterStorageString.setSpecialParameterInData(XMLNode data,
String name,
String value)
Sets the parameter value for a parameter in the XMLNode tree specified, this method is only called if ParameterStorageString.isSpecialHandled(String) returns true |
protected void |
ParameterStorageGroupWithId.setSpecialParameterInData(XMLNode data,
String name,
String value)
|
protected void |
ParameterStorageGroup.setSpecialParameterInData(XMLNode data,
String name,
String value)
|
protected void |
ParameterStorageString.setValue(XMLNode node,
String value)
Sets the value of a XMLNode object, the value will be parsed to a child tree if it contains XML |
Constructors in erland.util with parameters of type XMLNode | |
---|---|
XMLStorage(XMLNode node)
Creates a new object based on the data in an XMLNode object |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |