Serialized Form


Package org.enhydra.error

Class org.enhydra.error.ChainedError implements Serializable

Serialized Fields

fCause

Throwable fCause
Causing exception, or null if none

Class org.enhydra.error.ChainedException implements Serializable

Serialized Fields

fCause

Throwable fCause
Causing exception, or null if none

Class org.enhydra.error.ChainedRuntimeException implements Serializable

Serialized Fields

fCause

Throwable fCause
Causing exception, or null if none

Class org.enhydra.error.FatalExceptionError 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.LazyAttrNoNS implements Serializable

Serialized Fields

fTemplateNode

LazyAttrNoNS fTemplateNode
Template for this Attr.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fParentExpanded

boolean fParentExpanded
Parent and children expanded flags.

fChildrenExpanded

boolean fChildrenExpanded

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

Serialized Fields

fTemplateNode

LazyAttrNS fTemplateNode
Template for this Attr.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fParentExpanded

boolean fParentExpanded
Parent and children expanded flags.

fChildrenExpanded

boolean fChildrenExpanded

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

Serialized Fields

fTemplateNode

LazyCDATASection fTemplateNode
Template for this .

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

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

Serialized Fields

fTemplateNode

LazyComment fTemplateNode
Template for this Comment.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

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

Serialized Fields

fTemplateDOM

TemplateDOM fTemplateDOM
Template document DOM. This is shared by all instances and must not be modified.

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.

fDocTypeExpanded

boolean fDocTypeExpanded
Has the DocumentType been expanded?

fExpandingDocType

boolean fExpandingDocType
Detection of recursive calls of doctype expansion. A seperate flag, since doctype maybe expanded while expanding attributes.

fTemplateNode

LazyDocument fTemplateNode
Template for this Document.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fChildrenExpanded

boolean fChildrenExpanded
Children expanded flag. NB: code is special, since there is node parent.

fPreFormatOutputOptions

OutputOptions fPreFormatOutputOptions
OutputOptions used for creating the preformatted text.

fXmlObjectLink

XMLObject fXmlObjectLink
Reference to XMLObject containing this Document.

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

Serialized Fields

fTemplateNode

LazyDocumentType fTemplateNode
Template for this DocumentType.

fContentsExpanded

boolean fContentsExpanded
Have the contained nodes been expanded

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

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

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

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

Serialized Fields

fTemplateNode

LazyElement fTemplateNode
Template for this element.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fParentExpanded

boolean fParentExpanded
Parent and children expanded flags.

fChildrenExpanded

boolean fChildrenExpanded

fAttributesExpanded

boolean fAttributesExpanded
Attributes expanded flag.

fPreFormattedText

String fPreFormattedText
Pre-formatted text associated with the node.

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

Serialized Fields

fTemplateNode

LazyElement fTemplateNode
Template for this element.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fParentExpanded

boolean fParentExpanded
Parent and children expanded flags.

fChildrenExpanded

boolean fChildrenExpanded

fAttributesExpanded

boolean fAttributesExpanded
Attributes expanded flag.

fPreFormattedText

String fPreFormattedText
Pre-formatted text associated with the node.

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

Serialized Fields

fTemplateNode

LazyEntity fTemplateNode
Template for this Entity.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fParentExpanded

boolean fParentExpanded
Parent and children expanded flags.

fChildrenExpanded

boolean fChildrenExpanded

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

Serialized Fields

fTemplateNode

LazyEntityReference fTemplateNode
Template for this EntityReference.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fParentExpanded

boolean fParentExpanded
Parent and children expanded flags.

fChildrenExpanded

boolean fChildrenExpanded

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

Serialized Fields

fTemplateNode

LazyNotation fTemplateNode
Template for this Notation.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

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

Serialized Fields

fTemplateNode

LazyProcessingInstruction fTemplateNode
Template for this ProcessingInstruction.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

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

Serialized Fields

fTemplateNode

LazyText fTemplateNode
Template for this Text.

fNodeId

int fNodeId

fIsTemplateNode

boolean fIsTemplateNode
Is this a template node?

fPreFormattedText

String fPreFormattedText
Pre-formatted text associated with the node.


Package org.enhydra.xml.lazydom.html

Class org.enhydra.xml.lazydom.html.HTMLAnchorElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLAppletElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLAreaElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLBaseElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLBaseFontElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLBodyElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLBRElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLButtonElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLDirectoryElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLDivElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLDListElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLFieldSetElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLFontElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLFormElementImpl implements Serializable

Serialized Fields

_elements

HTMLCollectionImpl _elements
Collection of all elements contained in this FORM.

Class org.enhydra.xml.lazydom.html.HTMLFrameElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLFrameSetElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLHeadElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLHeadingElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLHRElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLHtmlElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLIFrameElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLImageElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLInputElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLIsIndexElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLLabelElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLLegendElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLLIElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLLinkElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLMapElementImpl implements Serializable

Serialized Fields

_areas

HTMLCollection _areas

Class org.enhydra.xml.lazydom.html.HTMLMenuElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLMetaElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLModElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLObjectElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLOListElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLOptGroupElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLOptionElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLParagraphElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLParamElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLPreElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLQuoteElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLScriptElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLSelectElementImpl implements Serializable

Serialized Fields

_options

HTMLCollection _options

Class org.enhydra.xml.lazydom.html.HTMLStyleElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLTableCaptionElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLTableCellElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLTableColElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLTableElementImpl implements Serializable

Serialized Fields

_rows

HTMLCollectionImpl _rows

_bodies

HTMLCollectionImpl _bodies

Class org.enhydra.xml.lazydom.html.HTMLTableRowElementImpl implements Serializable

Serialized Fields

_cells

HTMLCollection _cells

Class org.enhydra.xml.lazydom.html.HTMLTableSectionElementImpl implements Serializable

Serialized Fields

_rows

HTMLCollectionImpl _rows

Class org.enhydra.xml.lazydom.html.HTMLTextAreaElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLTitleElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.HTMLUListElementImpl implements Serializable

Class org.enhydra.xml.lazydom.html.LazyHTMLDocument implements Serializable

Serialized Fields

_anchors

HTMLCollectionImpl _anchors
Holds HTMLCollectionImpl object with live collection of all anchors in document. This reference is on demand only once.

_forms

HTMLCollectionImpl _forms
Holds HTMLCollectionImpl object with live collection of all forms in document. This reference is on demand only once.

_images

HTMLCollectionImpl _images
Holds HTMLCollectionImpl object with live collection of all images in document. This reference is on demand only once.

_links

HTMLCollectionImpl _links
Holds HTMLCollectionImpl object with live collection of all links in document. This reference is on demand only once.

_applets

HTMLCollectionImpl _applets
Holds HTMLCollectionImpl object with live collection of all applets in document. This reference is on demand only once.

_writer

StringWriter _writer
Holds string writer used by direct manipulation operation (LazyHTMLDocument.open(). LazyHTMLDocument.write(java.lang.String), etc) to write new contents into the document and parse that text into a document tree.

Class org.enhydra.xml.lazydom.html.LazyHTMLElement implements Serializable


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.dom.xerces

Class org.enhydra.xml.xmlc.dom.xerces.XercesDomFactory.LinkedXercesDocument implements Serializable

Serialized Fields

this$0

XercesDomFactory this$0
Deprecated. 

fXmlObjectLink

XMLObject fXmlObjectLink
Deprecated. 
Reference to XMLObject containing this Document.

Class org.enhydra.xml.xmlc.dom.xerces.XercesHTMLDomFactory.LinkedXercesDocument implements Serializable

Serialized Fields

this$0

XercesHTMLDomFactory this$0
Deprecated. 

fXmlObjectLink

XMLObject fXmlObjectLink
Deprecated. 
Reference to XMLObject containing this Document.

Class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedDocument implements Serializable

Serialized Fields

fXmlObjectLink

XMLObject fXmlObjectLink
Reference to XMLObject containing this Document.

Class org.enhydra.xml.xmlc.dom.xerces.XercesLinkedHTMLDocument implements Serializable

Serialized Fields

fXmlObjectLink

XMLObject fXmlObjectLink
Reference to XMLObject containing this Document.


Package org.enhydra.xml.xmlc.html.parsers.swing

Class org.enhydra.xml.xmlc.html.parsers.swing.SwingParser.ParserError implements Serializable

Serialized Fields

this$0

SwingParser this$0

fCause

Exception fCause
Causing exception.


Package org.enhydra.xml.xmlc.metadata

Class org.enhydra.xml.xmlc.metadata.CompileOptions implements Serializable

Class org.enhydra.xml.xmlc.metadata.DeleteElement implements Serializable

Class org.enhydra.xml.xmlc.metadata.DocumentClass implements Serializable

Class org.enhydra.xml.xmlc.metadata.DocumentSection implements Serializable

Class org.enhydra.xml.xmlc.metadata.DOMEdits implements Serializable

Class org.enhydra.xml.xmlc.metadata.ElementDef implements Serializable

Class org.enhydra.xml.xmlc.metadata.ElementEdit implements Serializable

Serialized Fields

elementIds

String[] elementIds
Cache of parsed attributes.

elementClasses

String[] elementClasses

elementTags

String[] elementTags

Class org.enhydra.xml.xmlc.metadata.HTMLAttr implements Serializable

Class org.enhydra.xml.xmlc.metadata.HTMLCompatibility implements Serializable

Class org.enhydra.xml.xmlc.metadata.HTMLSection implements Serializable

Serialized Fields

defaultFileEncoding

String defaultFileEncoding
The file encoding for this platform.

Class org.enhydra.xml.xmlc.metadata.HTMLTag implements Serializable

Class org.enhydra.xml.xmlc.metadata.HTMLTagSet implements Serializable

Class org.enhydra.xml.xmlc.metadata.Implements implements Serializable

Class org.enhydra.xml.xmlc.metadata.Include implements Serializable

Class org.enhydra.xml.xmlc.metadata.InputDocument implements Serializable

Class org.enhydra.xml.xmlc.metadata.JavaCompilerSection implements Serializable

Class org.enhydra.xml.xmlc.metadata.JavacOption implements Serializable

Class org.enhydra.xml.xmlc.metadata.MetaData implements Serializable

Class org.enhydra.xml.xmlc.metadata.MetaDataDocument implements Serializable

Class org.enhydra.xml.xmlc.metadata.MetaDataElement implements Serializable

Class org.enhydra.xml.xmlc.metadata.Parser implements Serializable

Class org.enhydra.xml.xmlc.metadata.TagClass implements Serializable

Class org.enhydra.xml.xmlc.metadata.URLEdit implements Serializable

Serialized Fields

editAttrs

String[] editAttrs
Cache of parsed attributes.

Class org.enhydra.xml.xmlc.metadata.URLMapping implements Serializable

Class org.enhydra.xml.xmlc.metadata.URLRegExpMapping implements Serializable

Serialized Fields

regExp

gnu.regexp.RE regExp
Compiled regular expression.

substitution

String substitution
Cached subtitution attribute.

Class org.enhydra.xml.xmlc.metadata.XCatalog implements Serializable



Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.