Classes in com.amx.duet.tools.xml used by com.amx.duet.tools.xml |
Attribute
The Attribute class was created to hold attributes for XML Tag objects,
but it also has the capabilities to hold HTML attributes. |
Tag
The Tag class was created to hold the properties and attributes of an XML
tag object, but it could also be used to hold tag information for HTML tags and other
user defined tags. |
XMLNode
The XMLNode class was created to store the contents of XML files into
Tag and Attribute objects, but it could also be used to
store tag information for HTML tags and other user defined tags. |