Serialized Form
pw
java.io.PrintWriter pw
request
javax.servlet.http.HttpServletRequest request
response
javax.servlet.http.HttpServletResponse response
ahawasi
Ahawasi ahawasi
attributes
java.util.Properties attributes
- The attributes given to the object.
children
java.util.Vector 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.
lineNr
int lineNr
- Where the error occurred, or -1 if the line number is unknown.