-
attributes
java.util.Properties attributes
The attributes given to the object.
-
children
java.util.Vector<E> children
Subobjects of the object. The subobjects are of class XMLElement
themselves.
-
tagName
java.lang.String tagName
The class of the object (the name indicated in the tag).
-
contents
java.lang.String contents
The #PCDATA content of the object. If there is no such content, this field
is null.
-
conversionTable
java.util.Properties conversionTable
Conversion table for &...; tags.
-
skipLeadingWhitespace
boolean skipLeadingWhitespace
Whether to skip leading whitespace in CDATA.
-
lineNr
int lineNr
The line number where the element starts.
-
ignoreCase
boolean ignoreCase
Whether the parsing is case sensitive.