Serialized Form


Package org.apache.html.dom

Class org.apache.html.dom.HTMLAnchorElementImpl implements Serializable

Class org.apache.html.dom.HTMLAppletElementImpl implements Serializable

Class org.apache.html.dom.HTMLAreaElementImpl implements Serializable

Class org.apache.html.dom.HTMLBaseElementImpl implements Serializable

Class org.apache.html.dom.HTMLBaseFontElementImpl implements Serializable

Class org.apache.html.dom.HTMLBodyElementImpl implements Serializable

Class org.apache.html.dom.HTMLBRElementImpl implements Serializable

Class org.apache.html.dom.HTMLButtonElementImpl implements Serializable

Class org.apache.html.dom.HTMLDirectoryElementImpl implements Serializable

Class org.apache.html.dom.HTMLDivElementImpl implements Serializable

Class org.apache.html.dom.HTMLDListElementImpl implements Serializable

Class org.apache.html.dom.HTMLDocumentImpl implements Serializable

Serialized Fields

_anchors

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

_applets

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

_forms

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

_images

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

_links

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

_writer

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

Class org.apache.html.dom.HTMLElementImpl implements Serializable

Class org.apache.html.dom.HTMLFieldSetElementImpl implements Serializable

Class org.apache.html.dom.HTMLFontElementImpl implements Serializable

Class org.apache.html.dom.HTMLFormElementImpl implements Serializable

Serialized Fields

_elements

org.apache.html.dom.HTMLCollectionImpl _elements
Collection of all elements contained in this FORM.

Class org.apache.html.dom.HTMLFrameElementImpl implements Serializable

Class org.apache.html.dom.HTMLFrameSetElementImpl implements Serializable

Class org.apache.html.dom.HTMLHeadElementImpl implements Serializable

Class org.apache.html.dom.HTMLHeadingElementImpl implements Serializable

Class org.apache.html.dom.HTMLHRElementImpl implements Serializable

Class org.apache.html.dom.HTMLHtmlElementImpl implements Serializable

Class org.apache.html.dom.HTMLIFrameElementImpl implements Serializable

Class org.apache.html.dom.HTMLImageElementImpl implements Serializable

Class org.apache.html.dom.HTMLInputElementImpl implements Serializable

Class org.apache.html.dom.HTMLIsIndexElementImpl implements Serializable

Class org.apache.html.dom.HTMLLabelElementImpl implements Serializable

Class org.apache.html.dom.HTMLLegendElementImpl implements Serializable

Class org.apache.html.dom.HTMLLIElementImpl implements Serializable

Class org.apache.html.dom.HTMLLinkElementImpl implements Serializable

Class org.apache.html.dom.HTMLMapElementImpl implements Serializable

Serialized Fields

_areas

HTMLCollection _areas

Class org.apache.html.dom.HTMLMenuElementImpl implements Serializable

Class org.apache.html.dom.HTMLMetaElementImpl implements Serializable

Class org.apache.html.dom.HTMLModElementImpl implements Serializable

Class org.apache.html.dom.HTMLObjectElementImpl implements Serializable

Class org.apache.html.dom.HTMLOListElementImpl implements Serializable

Class org.apache.html.dom.HTMLOptGroupElementImpl implements Serializable

Class org.apache.html.dom.HTMLOptionElementImpl implements Serializable

Class org.apache.html.dom.HTMLParagraphElementImpl implements Serializable

Class org.apache.html.dom.HTMLParamElementImpl implements Serializable

Class org.apache.html.dom.HTMLPreElementImpl implements Serializable

Class org.apache.html.dom.HTMLQuoteElementImpl implements Serializable

Class org.apache.html.dom.HTMLScriptElementImpl implements Serializable

Class org.apache.html.dom.HTMLSelectElementImpl implements Serializable

Serialized Fields

_options

HTMLCollection _options

Class org.apache.html.dom.HTMLStyleElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableCaptionElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableCellElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableColElementImpl implements Serializable

Class org.apache.html.dom.HTMLTableElementImpl implements Serializable

Serialized Fields

_bodies

org.apache.html.dom.HTMLCollectionImpl _bodies

_rows

org.apache.html.dom.HTMLCollectionImpl _rows

Class org.apache.html.dom.HTMLTableRowElementImpl implements Serializable

Serialized Fields

_cells

HTMLCollection _cells

Class org.apache.html.dom.HTMLTableSectionElementImpl implements Serializable

Serialized Fields

_rows

org.apache.html.dom.HTMLCollectionImpl _rows

Class org.apache.html.dom.HTMLTextAreaElementImpl implements Serializable

Class org.apache.html.dom.HTMLTitleElementImpl implements Serializable

Class org.apache.html.dom.HTMLUListElementImpl implements Serializable


Package org.apache.xerces.dom

Class org.apache.xerces.dom.AttrImpl implements Serializable

Serialized Fields

owned

boolean owned
Flag used for INUSE exception processing.

specified

boolean specified
False for default attributes.

Class org.apache.xerces.dom.AttrNSImpl implements Serializable

Serialized Fields

localName

java.lang.String localName
DOM2: localName.

namespaceURI

java.lang.String namespaceURI
DOM2: Namespace URI.

prefix

java.lang.String prefix
DOM2: Prefix

Class org.apache.xerces.dom.CDATASectionImpl implements Serializable

Class org.apache.xerces.dom.CharacterDataImpl implements Serializable

Class org.apache.xerces.dom.CommentImpl implements Serializable

Class org.apache.xerces.dom.DeferredAttrImpl implements Serializable

Class org.apache.xerces.dom.DeferredAttrNSImpl implements Serializable

Class org.apache.xerces.dom.DeferredCDATASectionImpl implements Serializable

Class org.apache.xerces.dom.DeferredCommentImpl implements Serializable

Class org.apache.xerces.dom.DeferredDocumentImpl implements Serializable

Serialized Fields

fNamespacesEnabled

boolean fNamespacesEnabled
DOM2: For namespace support in the deferred case.

Class org.apache.xerces.dom.DeferredDocumentTypeImpl implements Serializable

Class org.apache.xerces.dom.DeferredElementDefinitionImpl implements Serializable

Class org.apache.xerces.dom.DeferredElementImpl implements Serializable

Class org.apache.xerces.dom.DeferredElementNSImpl implements Serializable

Class org.apache.xerces.dom.DeferredEntityImpl implements Serializable

Class org.apache.xerces.dom.DeferredEntityReferenceImpl implements Serializable

Class org.apache.xerces.dom.DeferredNotationImpl implements Serializable

Class org.apache.xerces.dom.DeferredProcessingInstructionImpl implements Serializable

Class org.apache.xerces.dom.DeferredTextImpl implements Serializable

Class org.apache.xerces.dom.DocumentFragmentImpl implements Serializable

Class org.apache.xerces.dom.DocumentImpl implements Serializable

Serialized Fields

allowGrammarAccess

boolean allowGrammarAccess
Allow grammar access.

docElement

ElementImpl docElement
Document element.

docType

DocumentTypeImpl docType
Document type.

errorChecking

boolean errorChecking
Bypass error checking.

identifiers

java.util.Hashtable identifiers
Identifiers.

iterators

java.util.Vector iterators
Iterators

ranges

java.util.Vector ranges
Ranges

treeWalkers

java.util.Vector treeWalkers
Tree walkers

Class org.apache.xerces.dom.DocumentTypeImpl implements Serializable

Serialized Fields

elements

NamedNodeMapImpl elements
Elements.

entities

NamedNodeMapImpl entities
Entities.

internalSubset

java.lang.String internalSubset

notations

NamedNodeMapImpl notations
Notations.

publicID

java.lang.String publicID

systemID

java.lang.String systemID

Class org.apache.xerces.dom.DOMExceptionImpl implements Serializable

Class org.apache.xerces.dom.ElementDefinitionImpl implements Serializable

Serialized Fields

attributes

NamedNodeMapImpl attributes
Default attributes.

Class org.apache.xerces.dom.ElementImpl implements Serializable

Serialized Fields

attributes

NamedNodeMapImpl attributes
Attributes.

Class org.apache.xerces.dom.ElementNSImpl implements Serializable

Serialized Fields

localName

java.lang.String localName
DOM2: localName.

namespaceURI

java.lang.String namespaceURI
DOM2: Namespace URI.

prefix

java.lang.String prefix
DOM2: Prefix

Class org.apache.xerces.dom.EntityImpl implements Serializable

Serialized Fields

notationName

java.lang.String notationName
Notation name.

publicId

java.lang.String publicId
Public identifier.

systemId

java.lang.String systemId
System identifier.

Class org.apache.xerces.dom.EntityReferenceImpl implements Serializable

Class org.apache.xerces.dom.NamedNodeMapImpl implements Serializable

Serialized Fields

changes

int changes
Changes.

defaults

NamedNodeMapImpl defaults
Default nodes.

element

ElementImpl element
Element. Only named node maps holding attributes for elements have an element object. This value is here to support the Attr#getElement method and MutationEvent processing (DOM Level 2, 19 June 1999).

lastDefaultsChanges

int lastDefaultsChanges
Last defaults changes.

nodes

java.util.Vector nodes
Nodes.

ownerDocument

Document ownerDocument
Owner document.

readOnly

boolean readOnly
Read-only.

Class org.apache.xerces.dom.NodeContainer implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Deserialize object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize object.
Serialized Fields

firstChild

NodeImpl firstChild
First child.

lastChild

NodeImpl lastChild
Last child.

Class org.apache.xerces.dom.NodeImpl implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialize object.
Serialized Fields

changes

int changes
Number of alterations made to this subtree since its creation. Serves as a "dirty bit" so NodeList can recognize when an alteration has been made and discard its cached state information.

Any method that alters the tree structure MUST cause or be accompanied by a call to changed(), to inform it and its parents that any outstanding NodeLists may have to be updated.

(Required because NodeList is simultaneously "live" and integer- indexed -- a bad decision in the DOM's design.)

Note that changes which do not affect the tree's structure -- changing the node's name, for example -- do _not_ have to call changed().

Alternative implementation would be to use a cryptographic Digest value rather than a count. This would have the advantage that "harmless" changes (those producing equal() trees) would not force NodeList to resynchronize. Disadvantage is that it's slightly more prone to "false negatives", though that's the difference between "wildly unlikely" and "absurdly unlikely". IF we start maintaining digests, we should consider taking advantage of them.


fInternalSetNodeValue

boolean fInternalSetNodeValue
flag to indicate whether setNodeValue was called by the client or from the DOM.

name

java.lang.String name
Node name.

nextSibling

NodeImpl nextSibling
Next sibling.

nodeListeners

java.util.Vector nodeListeners
NON-DOM INTERNAL: EventListeners currently registered at THIS NODE; preferably null if none.

ownerDocument

DocumentImpl ownerDocument
Owner document.

parentNode

NodeImpl parentNode
Parent node.

previousSibling

NodeImpl previousSibling
Previous sibling.

readOnly

boolean readOnly
Read-only property.

userData

java.lang.Object userData
NON-DOM FEATURE; see setUserData/getUserData.

value

java.lang.String value
Node value.

Class org.apache.xerces.dom.NotationImpl implements Serializable

Serialized Fields

publicId

java.lang.String publicId
Public identifier.

systemId

java.lang.String systemId
System identifier.

Class org.apache.xerces.dom.ProcessingInstructionImpl implements Serializable

Class org.apache.xerces.dom.RangeExceptionImpl implements Serializable

Class org.apache.xerces.dom.TextImpl implements Serializable

Serialized Fields

ignorableWhitespace

boolean ignorableWhitespace
Ignorable whitespace.


Package org.apache.xerces.domx

Class org.apache.xerces.domx.DOMException implements Serializable


Package org.apache.xerces.validators.datatype

Class org.apache.xerces.validators.datatype.IllegalFacetException implements Serializable

Class org.apache.xerces.validators.datatype.IllegalFacetValueException implements Serializable

Class org.apache.xerces.validators.datatype.InvalidDatatypeValueException implements Serializable

Class org.apache.xerces.validators.datatype.UnknownFacetException implements Serializable


Package org.apache.xerces.validators.dtd

Class org.apache.xerces.validators.dtd.CMException implements Serializable

Serialized Fields

fErrorCode

int fErrorCode


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



Copyright © 1999 Apache XML Project. All Rights Reserved.