Serialized Form
Package javax.xml.parsers |
exception
java.lang.Exception exception
- The root cause of this
FactoryConfigurationError
.
Package org.enhydra.xml.dom |
Package org.enhydra.xml.io |
Package org.enhydra.xml.lazydom |
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fTemplateNode
LazyCDATASection fTemplateNode
- Template for this .
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fTemplateNode
LazyComment fTemplateNode
- Template for this Comment.
fChildrenExpanded
boolean fChildrenExpanded
- Children expanded flag.
NB: code is special, since there is node parent.
fDocTypeExpanded
boolean fDocTypeExpanded
- Has the DocumentType been expanded?
fExpandedNodes
LazyNode[] fExpandedNodes
- Table of LazyNodes that have already been expanded, indexed
by nodeId. Entry is null if the node has not been expanded.
fExpanding
boolean fExpanding
- Detection of recursive calls of one of the expansion routines.
fExpandingDocType
boolean fExpandingDocType
- Detection of recursive calls of doctype expansion. A seperate
flag, since doctype maybe expanded while expanding attributes.
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fPreFormatOutputOptions
OutputOptions fPreFormatOutputOptions
- OutputOptions used for creating the preformatted text.
fTemplateDOM
TemplateDOM fTemplateDOM
- Template document DOM. This is shared by all instances and must not be
modified.
fTemplateNode
LazyDocument fTemplateNode
- Template for this Document.
fContentsExpanded
boolean fContentsExpanded
- Have the contained nodes been expanded
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fTemplateNode
LazyDocumentType fTemplateNode
- Template for this DocumentType.
fChildrenExpanded
boolean fChildrenExpanded
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fParentExpanded
boolean fParentExpanded
- Parent and children expanded flags.
fTemplateNode
LazyEntity fTemplateNode
- Template for this Entity.
fChildrenExpanded
boolean fChildrenExpanded
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fParentExpanded
boolean fParentExpanded
- Parent and children expanded flags.
fTemplateNode
LazyEntityReference fTemplateNode
- Template for this EntityReference.
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fTemplateNode
LazyNotation fTemplateNode
- Template for this Notation.
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fTemplateNode
LazyProcessingInstruction fTemplateNode
- Template for this ProcessingInstruction.
fIsTemplateNode
boolean fIsTemplateNode
- Is this a template node?
fNodeId
int fNodeId
fPreFormattedText
java.lang.String fPreFormattedText
- Pre-formatted text associated with the node.
fTemplateNode
LazyText fTemplateNode
- Template for this Text.
Package org.enhydra.xml.xmlc |
Package org.enhydra.xml.xmlc.reloading |
errorOutput
java.lang.String errorOutput
code
short code
Package org.w3c.dom.events |
code
short code
Package org.w3c.dom.range |
code
short code
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
columnNumber
int columnNumber
- The column number, or -1.
- See Also:
SAXParseException.getColumnNumber()
lineNumber
int lineNumber
- The line number, or -1.
- See Also:
SAXParseException.getLineNumber()
publicId
java.lang.String publicId
- The public identifier, or null.
- See Also:
SAXParseException.getPublicId()
systemId
java.lang.String systemId
- The system identifier, or null.
- See Also:
SAXParseException.getSystemId()