-
document
org.w3c.dom.Document document
The document from this configuration's data source.
-
rootElementName
java.lang.String rootElementName
Stores the name of the root element.
-
publicID
java.lang.String publicID
Stores the public ID from the DOCTYPE.
-
systemID
java.lang.String systemID
Stores the system ID from the DOCTYPE.
-
documentBuilder
javax.xml.parsers.DocumentBuilder documentBuilder
Stores the document builder that should be used for loading.
-
validating
boolean validating
Stores a flag whether DTD validation should be performed.