|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tag | |
com.amx.duet.tools.xml | Provides classes and interfaces for both parsing and writing XML data. |
Uses of Tag in com.amx.duet.tools.xml |
Methods in com.amx.duet.tools.xml that return Tag | |
Tag |
XMLParser.getNextTag()
Get the next tag in the XML file. |
Tag |
XMLParser.getNextTag(java.lang.String sTagName)
Get the next tag in the XML file that matches the tag name passed in. |
Tag |
XMLParser.getTag(java.lang.String sTagName)
This method traverses the XML tree from top to bottom until it finds the matching tag name. |
Tag |
XMLNode.getTag(int index)
Search through nodes on the same level as this tag at this index |
Tag |
XMLNode.getTag(java.lang.String name)
Search through nodes on the same level as the matching named tag |
Tag |
XMLNode.getNextTag(java.lang.String name)
Recursive search through the node leaves for the matching named tag |
Tag |
XMLNode.getData()
Retrieves the first Tag object from this node |
Methods in com.amx.duet.tools.xml with parameters of type Tag | |
XMLNode |
XMLNode.addTag(XMLNode nodeParent,
Tag tag)
Takes the passed in Tag and adds it adds a leaf to the current node. |
XMLNode |
XMLNode.getNode(Tag tag)
Search through nodes on the current level for a matching tag. |
XMLNode |
XMLNode.getNextNode(Tag tag)
Recursive search through the node leaves for the matching tag |
Constructors in com.amx.duet.tools.xml with parameters of type Tag | |
XMLNode(XMLNode nodeParent,
Tag data)
Creates an XML node object with the passed in Tag as its data |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |