Serialized Form


Package org.apache.html.dom

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

serialVersionUID: -140558580924061847L

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

serialVersionUID: 8375794094117740967L

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

serialVersionUID: 7164004431531608995L

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

serialVersionUID: -396648580810072153L

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

serialVersionUID: -3650249921091097229L

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

serialVersionUID: 9058852459426595202L

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

serialVersionUID: 311960206282154750L

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

serialVersionUID: -753685852948076730L

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

serialVersionUID: -1010376135190194454L

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

serialVersionUID: 2327098984177358833L

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

serialVersionUID: -2130005642453038604L

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

serialVersionUID: 4285791750126227180L

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.


_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.


_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.


_writer

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 extends ElementImpl implements Serializable

serialVersionUID: 5283925246324423495L

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

serialVersionUID: 1146145578073441343L

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

serialVersionUID: -415914342045846318L

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

serialVersionUID: -7324749629151493210L

Serialized Fields

_elements

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

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

serialVersionUID: 635237057173695984L

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

serialVersionUID: 8403143821972586708L

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

serialVersionUID: 6438668473721292232L

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

serialVersionUID: 6605827989383069095L

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

serialVersionUID: -4210053417678939270L

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

serialVersionUID: -4489734201536616166L

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

serialVersionUID: 2393622754706230429L

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

serialVersionUID: 1424360710977241315L

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

serialVersionUID: 640139325394332007L

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

serialVersionUID: 3073521742049689699L

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

serialVersionUID: 5774388295313199380L

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

serialVersionUID: -621849164029630762L

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

serialVersionUID: -8987309345926701831L

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

serialVersionUID: 874345520063418879L

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

serialVersionUID: 7520887584251976392L

Serialized Fields

_areas

org.w3c.dom.html.HTMLCollection _areas

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

serialVersionUID: -1489696654903916901L

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

serialVersionUID: -2401961905874264272L

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

serialVersionUID: 6424581972706750120L

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

serialVersionUID: 2276953229932965067L

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

serialVersionUID: 1293750546025862146L

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

serialVersionUID: -8807098641226171501L

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

serialVersionUID: -4486774554137530907L

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

serialVersionUID: 8075287150683866287L

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

serialVersionUID: -8513050483880341412L

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

serialVersionUID: -4195360849946217644L

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

serialVersionUID: -67544811597906132L

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

serialVersionUID: 5090330049085326558L

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

serialVersionUID: -6998282711006968187L

Serialized Fields

_options

org.w3c.dom.html.HTMLCollection _options

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

serialVersionUID: -9001815754196124532L

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

serialVersionUID: 183703024771848940L

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

serialVersionUID: -2406518157464313922L

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

serialVersionUID: -6189626162811911792L

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

serialVersionUID: -1824053099870917532L

Serialized Fields

_rows

org.apache.html.dom.HTMLCollectionImpl _rows

_bodies

org.apache.html.dom.HTMLCollectionImpl _bodies

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

serialVersionUID: 5409562635656244263L

Serialized Fields

_cells

org.w3c.dom.html.HTMLCollection _cells

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

serialVersionUID: 1016412997716618027L

Serialized Fields

_rows

org.apache.html.dom.HTMLCollectionImpl _rows

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

serialVersionUID: -6737778308542678104L

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

serialVersionUID: 879646303512367875L

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

serialVersionUID: -3220401442015109211L


Package org.apache.wml.dom

Class org.apache.wml.dom.WMLAccessElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -235627181817012806L

Class org.apache.wml.dom.WMLAElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 2628169803370301255L

Class org.apache.wml.dom.WMLAnchorElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 5720492496046133176L

Class org.apache.wml.dom.WMLBElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -758504371498228671L

Class org.apache.wml.dom.WMLBigElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -8826061369691668904L

Class org.apache.wml.dom.WMLBrElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -5047802409550691268L

Class org.apache.wml.dom.WMLCardElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -3571126568344328924L

Class org.apache.wml.dom.WMLDocumentImpl extends DocumentImpl implements Serializable

serialVersionUID: -6582904849512384104L

Class org.apache.wml.dom.WMLDoElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 7755861458464251322L

Class org.apache.wml.dom.WMLElementImpl extends ElementImpl implements Serializable

serialVersionUID: 3440984702956371604L

Class org.apache.wml.dom.WMLEmElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 7962278391619830801L

Class org.apache.wml.dom.WMLFieldsetElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 6941811812235840705L

Class org.apache.wml.dom.WMLGoElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -2052250142899797905L

Class org.apache.wml.dom.WMLHeadElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 3311307374813188908L

Class org.apache.wml.dom.WMLIElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 5008873415065802109L

Class org.apache.wml.dom.WMLImgElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -500092034867051550L

Class org.apache.wml.dom.WMLInputElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 2897319793637966619L

Class org.apache.wml.dom.WMLMetaElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -2791663042188681846L

Class org.apache.wml.dom.WMLNoopElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -1581314434256075931L

Class org.apache.wml.dom.WMLOneventElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -4279215241146570871L

Class org.apache.wml.dom.WMLOptgroupElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 1592761119479339142L

Class org.apache.wml.dom.WMLOptionElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -3432299264888771937L

Class org.apache.wml.dom.WMLPElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 4263257796458499960L

Class org.apache.wml.dom.WMLPostfieldElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -1169432003991642980L

Class org.apache.wml.dom.WMLPrevElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -1545713716925433554L

Class org.apache.wml.dom.WMLRefreshElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 8781837880806459398L

Class org.apache.wml.dom.WMLSelectElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 6489112443257247261L

Class org.apache.wml.dom.WMLSetvarElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -1944519734782236471L

Class org.apache.wml.dom.WMLSmallElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 2654490940644799492L

Class org.apache.wml.dom.WMLStrongElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 8451363815747099580L

Class org.apache.wml.dom.WMLTableElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 7676208849347355339L

Class org.apache.wml.dom.WMLTdElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 6074218675876025710L

Class org.apache.wml.dom.WMLTemplateElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 4231732841621131049L

Class org.apache.wml.dom.WMLTimerElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 9055622169756832726L

Class org.apache.wml.dom.WMLTrElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -4304021232051604343L

Class org.apache.wml.dom.WMLUElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: 6350194387815102797L

Class org.apache.wml.dom.WMLWmlElementImpl extends WMLElementImpl implements Serializable

serialVersionUID: -7008023851895920651L


Package org.apache.xerces.dom

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

serialVersionUID: 8872606282138665383L

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

serialVersionUID: 7277707688218972102L

Serialization Methods

readObject

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

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize object.

Throws:
IOException
Serialized Fields

value

Object value
This can either be a String or the first child node.


name

String name
Attribute name.

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

serialVersionUID: -781906615369795414L

Serialized Fields

namespaceURI

String namespaceURI
DOM2: Namespace URI.


localName

String localName
DOM2: localName.

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

serialVersionUID: 2372071297878177780L

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

serialVersionUID: 7931170150428474230L

Serialized Fields

data

String data

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

serialVersionUID: -6112455738802414002L

Serialized Fields

previousSibling

ChildNode previousSibling
Previous sibling.


nextSibling

ChildNode nextSibling
Next sibling.

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

serialVersionUID: -2685736833408134044L

Class org.apache.xerces.dom.CoreDocumentImpl extends ParentNode implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
The serialized forms of the user data and node table maps are Hashtables. Convert them into WeakHashMaps on load.

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
To allow DOM trees serialized by newer versions of Xerces to be read by older versions briefly move the user data and node table into Hashtables.

Throws:
IOException
Serialized Fields

docType

DocumentTypeImpl docType
Document type.


docElement

ElementImpl docElement
Document element.


encoding

String encoding
Experimental DOM Level 3 feature: Document encoding


actualEncoding

String actualEncoding
Experimental DOM Level 3 feature: Document actualEncoding


version

String version
Experimental DOM Level 3 feature: Document version


standalone

boolean standalone
Experimental DOM Level 3 feature: Document standalone


fDocumentURI

String fDocumentURI
Experimental DOM Level 3 feature: documentURI


userData

Map<K,V> userData
Table for user data attached to this document nodes.


identifiers

Hashtable<K,V> identifiers
Identifiers.


changes

int changes
Number of alterations made to this document since its creation. Serves as a "dirty bit" so that live objects such as 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 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. Note: This used to be done a node basis, so that we knew what subtree changed. But since only DeepNodeList really use this today, the gain appears to be really small compared to the cost of having an int on every (parent) node plus having to walk up the tree all the way to the root to mark the branch as changed everytime a node is changed. So we now have a single counter global to the document. It means that some objects may flush their cache more often than necessary, but this makes nodes smaller and only the document needs to be marked as changed.


allowGrammarAccess

boolean allowGrammarAccess
Allow grammar access.


errorChecking

boolean errorChecking
Bypass error checking.


xmlVersionChanged

boolean xmlVersionChanged

documentNumber

int documentNumber
The following are required for compareDocumentPosition


nodeCounter

int nodeCounter

nodeTable

Map<K,V> nodeTable

xml11Version

boolean xml11Version

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

serialVersionUID: 6903232312469148636L

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

serialVersionUID: 6074924934945957154L

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

serialVersionUID: 1983580632355645726L

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

serialVersionUID: 6498796371083589338L

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

serialVersionUID: 5186323580749626857L

Serialized Fields

fNamespacesEnabled

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

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

serialVersionUID: -2172579663227313509L

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

serialVersionUID: 6703238199538041591L

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

serialVersionUID: -7670981133940934842L

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

serialVersionUID: -5001885145370927385L

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

serialVersionUID: 4760180431078941638L

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

serialVersionUID: 390319091370032223L

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

serialVersionUID: 5705337172887990848L

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

serialVersionUID: -4643577954293565388L

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

serialVersionUID: 2310613872100393425L

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

serialVersionUID: -7596449967279236746L

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

serialVersionUID: 515687835542616694L

Serialized Fields

eventListeners

Hashtable<K,V> eventListeners
Table for event listeners registered to this document nodes.


mutationEvents

boolean mutationEvents
Bypass mutation events firing.


savedEnclosingAttr

org.apache.xerces.dom.DocumentImpl.EnclosingAttr savedEnclosingAttr

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

serialVersionUID: 7751299192316526485L

Serialized Fields

name

String name
Document type name.


entities

NamedNodeMapImpl entities
Entities.


notations

NamedNodeMapImpl notations
Notations.


elements

NamedNodeMapImpl elements
Elements.


publicID

String publicID

systemID

String systemID

internalSubset

String internalSubset

doctypeNumber

int doctypeNumber
The following are required for compareDocumentPosition


userData

Hashtable<K,V> userData

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

serialVersionUID: -8373890672670022714L

Serialized Fields

name

String name
Element definition name.


attributes

NamedNodeMapImpl attributes
Default attributes.

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

serialVersionUID: 3717253516652722278L

Serialized Fields

name

String name
Element name.


attributes

AttributeMap attributes
Attributes.

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

serialVersionUID: -9142310625494392642L

Serialized Fields

namespaceURI

String namespaceURI
DOM2: Namespace URI.


localName

String localName
DOM2: localName.

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

serialVersionUID: -3575760943444303423L

Serialized Fields

name

String name
Entity name.


publicId

String publicId
Public identifier.


systemId

String systemId
System identifier.


encoding

String encoding
Encoding


inputEncoding

String inputEncoding
Input Encoding


version

String version
Version


notationName

String notationName
Notation name.


baseURI

String baseURI
base uri

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

serialVersionUID: -7381452955687102062L

Serialized Fields

name

String name
Name of Entity referenced


baseURI

String baseURI
Base URI

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

serialVersionUID: -7039242451046758020L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

flags

short flags

nodes

List<E> nodes
Nodes.


ownerNode

NodeImpl ownerNode

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

serialVersionUID: -6316591992167219696L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize object.

Throws:
IOException
Serialized Fields

ownerNode

NodeImpl ownerNode

flags

short flags

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

serialVersionUID: -764632195890658402L

Serialized Fields

name

String name
Notation name.


publicId

String publicId
Public identifier.


systemId

String systemId
System identifier.


baseURI

String baseURI
Base URI

Class org.apache.xerces.dom.ParentNode extends ChildNode implements Serializable

serialVersionUID: 2815829867152120872L

Serialization Methods

readObject

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

Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize object.

Throws:
IOException
Serialized Fields

ownerDocument

CoreDocumentImpl ownerDocument
Owner document.


firstChild

ChildNode firstChild
First child.

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

serialVersionUID: 7554435174099981510L

Serialized Fields

target

String target

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

serialVersionUID: -3241738699421018889L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fDeclaration

XSAttributeDeclaration fDeclaration
attribute declaration


fTypeDecl

XSTypeDefinition fTypeDecl
type of attribute, simpleType


fSpecified

boolean fSpecified
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false


fNormalizedValue

String fNormalizedValue
schema normalized value property


fActualValue

Object fActualValue
schema actual value


fActualValueType

short fActualValueType
schema actual value type


fItemValueTypes

ShortList fItemValueTypes
actual value types if the value is a list


fMemberType

XSSimpleTypeDefinition fMemberType
member type definition against which attribute was validated


fValidationAttempted

short fValidationAttempted
validation attempted: none, partial, full


fValidity

short fValidity
validity: valid, invalid, unknown


fErrorCodes

StringList fErrorCodes
error codes


fErrorMessages

StringList fErrorMessages
error messages


fValidationContext

String fValidationContext
validation context: could be QName or XPath expression

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

serialVersionUID: -8822220250676434522L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

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

serialVersionUID: 6815489624636016068L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

fDeclaration

XSElementDeclaration fDeclaration
element declaration


fTypeDecl

XSTypeDefinition fTypeDecl
type of element, could be xsi:type


fNil

boolean fNil
true if clause 3.2 of Element Locally Valid (Element) (3.3.4) is satisfied, otherwise false


fSpecified

boolean fSpecified
false if the element value was provided by the schema; true otherwise.


fNormalizedValue

String fNormalizedValue
schema normalized value property


fActualValue

Object fActualValue
schema actual value


fActualValueType

short fActualValueType
schema actual value type


fItemValueTypes

ShortList fItemValueTypes
actual value types if the value is a list


fNotation

XSNotationDeclaration fNotation
http://www.w3.org/TR/xmlschema-1/#e-notation


fMemberType

XSSimpleTypeDefinition fMemberType
member type definition against which element was validated


fValidationAttempted

short fValidationAttempted
validation attempted: none, partial, full


fValidity

short fValidity
validity: valid, invalid, unknown


fErrorCodes

StringList fErrorCodes
error codes


fErrorMessages

StringList fErrorMessages
error messages


fValidationContext

String fValidationContext
validation context: could be QName or XPath expression


fSchemaInformation

XSModel fSchemaInformation
the schema information property

Class org.apache.xerces.dom.RangeExceptionImpl extends org.w3c.dom.ranges.RangeException implements Serializable

serialVersionUID: -9058052627467240856L

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

serialVersionUID: -5294980852957403469L


Package org.apache.xerces.dom3.as

Class org.apache.xerces.dom3.as.DOMASException extends RuntimeException implements Serializable

Serialized Fields

code

short code
Deprecated. 

Package org.apache.xerces.impl.dv

Class org.apache.xerces.impl.dv.DatatypeException extends Exception implements Serializable

serialVersionUID: 1940805832730465578L

Serialized Fields

key

String key

args

Object[] args

Class org.apache.xerces.impl.dv.DVFactoryException extends RuntimeException implements Serializable

serialVersionUID: -3738854697928682412L

Class org.apache.xerces.impl.dv.InvalidDatatypeFacetException extends DatatypeException implements Serializable

serialVersionUID: -4104066085909970654L

Class org.apache.xerces.impl.dv.InvalidDatatypeValueException extends DatatypeException implements Serializable

serialVersionUID: -5523739426958236125L


Package org.apache.xerces.impl.dv.xs

Class org.apache.xerces.impl.dv.xs.SchemaDateTimeException extends RuntimeException implements Serializable

serialVersionUID: -8520832235337769040L


Package org.apache.xerces.impl.io

Class org.apache.xerces.impl.io.MalformedByteSequenceException extends CharConversionException implements Serializable

serialVersionUID: 8436382245048328739L

Serialized Fields

fFormatter

MessageFormatter fFormatter
message formatter


fLocale

Locale fLocale
locale for error message


fDomain

String fDomain
error domain


fKey

String fKey
key for the error message


fArguments

Object[] fArguments
replacement arguements for the error message


fMessage

String fMessage
message text for this message, initially null


Package org.apache.xerces.impl.xpath

Class org.apache.xerces.impl.xpath.XPathException extends Exception implements Serializable

serialVersionUID: -948482312169512085L

Serialized Fields

fKey

String fKey

Package org.apache.xerces.impl.xpath.regex

Class org.apache.xerces.impl.xpath.regex.ParseException extends RuntimeException implements Serializable

serialVersionUID: -7012400318097691370L

Serialized Fields

location

int location

Class org.apache.xerces.impl.xpath.regex.RegularExpression extends Object implements Serializable

serialVersionUID: 6242499334195006401L

Serialized Fields

regex

String regex
A regular expression.

 

options

int options
 

nofparen

int nofparen
The number of parenthesis in the regular expression.

 

tokentree

org.apache.xerces.impl.xpath.regex.Token tokentree
Internal representation of the regular expression.

 

hasBackReferences

boolean hasBackReferences

Package org.apache.xerces.impl.xs

Class org.apache.xerces.impl.xs.XMLSchemaException extends Exception implements Serializable

serialVersionUID: -9096984648537046218L

Serialized Fields

key

String key

args

Object[] args

Package org.apache.xerces.util

Class org.apache.xerces.util.URI extends Object implements Serializable

serialVersionUID: 1601921774685357214L

Serialized Fields

m_scheme

String m_scheme
Stores the scheme (usually the protocol) for this URI.


m_userinfo

String m_userinfo
If specified, stores the userinfo for this URI; otherwise null


m_host

String m_host
If specified, stores the host for this URI; otherwise null


m_port

int m_port
If specified, stores the port for this URI; otherwise -1


m_regAuthority

String m_regAuthority
If specified, stores the registry based authority for this URI; otherwise -1


m_path

String m_path
If specified, stores the path for this URI; otherwise null


m_queryString

String m_queryString
If specified, stores the query string for this URI; otherwise null.


m_fragment

String m_fragment
If specified, stores the fragment for this URI; otherwise null

Class org.apache.xerces.util.URI.MalformedURIException extends IOException implements Serializable

serialVersionUID: -6695054834342951930L


Package org.apache.xerces.xni

Class org.apache.xerces.xni.XNIException extends RuntimeException implements Serializable

serialVersionUID: 9019819772686063775L

Serialized Fields

fException

Exception fException
The wrapped exception.


Package org.apache.xerces.xni.parser

Class org.apache.xerces.xni.parser.XMLConfigurationException extends XNIException implements Serializable

serialVersionUID: -5437427404547669188L

Serialized Fields

fType

short fType
Exception type.


fIdentifier

String fIdentifier
Identifier.

Class org.apache.xerces.xni.parser.XMLParseException extends XNIException implements Serializable

serialVersionUID: 1732959359448549967L

Serialized Fields

fPublicId

String fPublicId
Public identifier.


fLiteralSystemId

String fLiteralSystemId
literal System identifier.


fExpandedSystemId

String fExpandedSystemId
expanded System identifier.


fBaseSystemId

String fBaseSystemId
Base system identifier.


fLineNumber

int fLineNumber
Line number.


fColumnNumber

int fColumnNumber
Column number.


fCharacterOffset

int fCharacterOffset
Character offset.


Package org.apache.xerces.xs

Class org.apache.xerces.xs.XSException extends RuntimeException implements Serializable

serialVersionUID: 3111893084677917742L

Serialized Fields

code

short code



Copyright © 2011. All Rights Reserved.