Enhydra 3.1b2 API

Serialized Form


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The root cause of this FactoryConfigurationError.

Class javax.xml.parsers.ParserConfigurationException implements Serializable


Package org.enhydra.xml.dom

Class org.enhydra.xml.dom.DOMError implements Serializable


Package org.enhydra.xml.io

Class org.enhydra.xml.io.XMLIOError implements Serializable


Package org.enhydra.xml.lazydom

Class org.enhydra.xml.lazydom.LazyCDATASection implements Serializable

Serialized Fields

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fNodeId

int fNodeId

fTemplateNode

LazyCDATASection fTemplateNode
Template for this .

Class org.enhydra.xml.lazydom.LazyComment implements Serializable

Serialized Fields

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fNodeId

int fNodeId

fTemplateNode

LazyComment fTemplateNode
Template for this Comment.

Class org.enhydra.xml.lazydom.LazyDocument implements Serializable

Serialized Fields

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.

Class org.enhydra.xml.lazydom.LazyDocumentType implements Serializable

Serialized Fields

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.

Class org.enhydra.xml.lazydom.LazyDOMError implements Serializable

Class org.enhydra.xml.lazydom.LazyDOMException implements Serializable

Class org.enhydra.xml.lazydom.LazyEntity implements Serializable

Serialized Fields

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.

Class org.enhydra.xml.lazydom.LazyEntityReference implements Serializable

Serialized Fields

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.

Class org.enhydra.xml.lazydom.LazyNotation implements Serializable

Serialized Fields

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fNodeId

int fNodeId

fTemplateNode

LazyNotation fTemplateNode
Template for this Notation.

Class org.enhydra.xml.lazydom.LazyProcessingInstruction implements Serializable

Serialized Fields

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fNodeId

int fNodeId

fTemplateNode

LazyProcessingInstruction fTemplateNode
Template for this ProcessingInstruction.

Class org.enhydra.xml.lazydom.LazyText implements Serializable

Serialized Fields

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

Class org.enhydra.xml.xmlc.XMLCError implements Serializable

Class org.enhydra.xml.xmlc.XMLCException implements Serializable

Class org.enhydra.xml.xmlc.XMLCRuntimeException implements Serializable


Package org.enhydra.xml.xmlc.reloading

Class org.enhydra.xml.xmlc.reloading.XMLCReloadingException implements Serializable

Serialized Fields

errorOutput

java.lang.String errorOutput


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.events

Class org.w3c.dom.events.EventException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.range

Class org.w3c.dom.range.RangeException implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

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()


Enhydra 3.1b2 API