Serialized Form


Package org.apache.batik.dom

Class org.apache.batik.dom.AbstractAttr extends AbstractParentNode implements Serializable

Serialized Fields

nodeName

String nodeName
The name of this node.


unspecified

boolean unspecified
Whether this attribute was not specified in the original document.


isIdAttr

boolean isIdAttr
Whether this attribute is an ID attribute


ownerElement

AbstractElement ownerElement
The owner element.


typeInfo

TypeInfo typeInfo
The attribute type information.

Class org.apache.batik.dom.AbstractAttrNS extends AbstractAttr implements Serializable

Serialized Fields

namespaceURI

String namespaceURI
The namespace URI

Class org.apache.batik.dom.AbstractCharacterData extends AbstractChildNode implements Serializable

Serialized Fields

nodeValue

String nodeValue
The value of this node.

Class org.apache.batik.dom.AbstractChildNode extends AbstractNode implements Serializable

Serialized Fields

parentNode

Node parentNode
The parent node of this node.


previousSibling

Node previousSibling
The previous sibling.


nextSibling

Node nextSibling
Returns the next sibling.

Class org.apache.batik.dom.AbstractComment extends AbstractCharacterData implements Serializable

Class org.apache.batik.dom.AbstractDocument extends AbstractParentNode implements Serializable

Serialization Methods

readObject

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

writeObject

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

inputEncoding

String inputEncoding
Input encoding of this document.


xmlEncoding

String xmlEncoding
XML encoding of this document.


xmlVersion

String xmlVersion
XML version of this document.


xmlStandalone

boolean xmlStandalone
Whether this document is standalone.


documentURI

String documentURI
The document URI.


strictErrorChecking

boolean strictErrorChecking
Whether strict error checking is in force.


domConfig

AbstractDocument.DocumentConfiguration domConfig
The DOMConfiguration object for this document.

Class org.apache.batik.dom.AbstractDocumentFragment extends AbstractParentNode implements Serializable

Class org.apache.batik.dom.AbstractDOMImplementation extends Object implements Serializable

Serialized Fields

localizableSupport

org.apache.batik.i18n.LocalizableSupport localizableSupport
The localizable support for the error messages.


features

HashTable features
The supported features.

Class org.apache.batik.dom.AbstractElement extends AbstractParentChildNode implements Serializable

Serialized Fields

attributes

NamedNodeMap attributes
The attributes of this element.


typeInfo

TypeInfo typeInfo
The element type information.

Class org.apache.batik.dom.AbstractElement.Entry extends Object implements Serializable

Serialized Fields

hash

int hash
The hash code, must not change after creation.


namespaceURI

String namespaceURI
The namespace URI


name

String name
The node name.


value

Node value
The value


next

AbstractElement.Entry next
The next entry

Class org.apache.batik.dom.AbstractElement.NamedNodeHashMap extends Object implements Serializable

Serialized Fields

table

AbstractElement.Entry[] table
The underlying array


count

int count
The number of entries

Class org.apache.batik.dom.AbstractElementNS extends AbstractElement implements Serializable

Serialized Fields

namespaceURI

String namespaceURI
The namespace URI

Class org.apache.batik.dom.AbstractEntity extends AbstractParentNode implements Serializable

Serialized Fields

nodeName

String nodeName
The node name.


publicId

String publicId
The public id.


systemId

String systemId
The system id.

Class org.apache.batik.dom.AbstractEntityReference extends AbstractParentChildNode implements Serializable

Serialized Fields

nodeName

String nodeName
The node name.

Class org.apache.batik.dom.AbstractNode extends Object implements Serializable

Serialized Fields

ownerDocument

AbstractDocument ownerDocument
The owner document.


userData

HashMap<K,V> userData
User data.


userDataHandlers

HashMap<K,V> userDataHandlers
User data handlers.


managerData

Object managerData
The XBL manager data.

Class org.apache.batik.dom.AbstractNotation extends AbstractNode implements Serializable

Serialized Fields

nodeName

String nodeName
The node name.


publicId

String publicId
The public id.


systemId

String systemId
The system id.

Class org.apache.batik.dom.AbstractParentChildNode extends AbstractParentNode implements Serializable

Serialized Fields

parentNode

Node parentNode
The parent node of this node.


previousSibling

Node previousSibling
The previous sibling.


nextSibling

Node nextSibling
Returns the next sibling.

Class org.apache.batik.dom.AbstractParentNode extends AbstractNode implements Serializable

Serialized Fields

childNodes

AbstractParentNode.ChildNodes childNodes
The children.

Class org.apache.batik.dom.AbstractParentNode.ChildNodes extends Object implements Serializable

Serialized Fields

firstChild

ExtendedNode firstChild
The first child.


lastChild

ExtendedNode lastChild
The last child.


children

int children
The number of children.


elementChildren

int elementChildren
The number of Element children.

Class org.apache.batik.dom.AbstractProcessingInstruction extends AbstractChildNode implements Serializable

Serialized Fields

data

String data
The data.

Class org.apache.batik.dom.AbstractStylableDocument extends AbstractDocument implements Serializable

Class org.apache.batik.dom.AbstractText extends AbstractCharacterData implements Serializable

Class org.apache.batik.dom.ExtensibleDOMImplementation extends AbstractDOMImplementation implements Serializable

Serialized Fields

customFactories

DoublyIndexedTable customFactories
The custom elements factories.


customValueManagers

List<E> customValueManagers
The custom value managers.


customShorthandManagers

List<E> customShorthandManagers
The custom shorthand value managers.

Class org.apache.batik.dom.GenericAttr extends AbstractAttr implements Serializable

Serialized Fields

readonly

boolean readonly
Is this attribute immutable?

Class org.apache.batik.dom.GenericAttrNS extends AbstractAttrNS implements Serializable

Serialized Fields

readonly

boolean readonly
Is this attribute immutable?

Class org.apache.batik.dom.GenericCDATASection extends AbstractText implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericComment extends AbstractComment implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericDocument extends AbstractDocument implements Serializable

Serialized Fields

readonly

boolean readonly
Is this document immutable?

Class org.apache.batik.dom.GenericDocumentFragment extends AbstractDocumentFragment implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericDocumentType extends AbstractChildNode implements Serializable

Serialized Fields

qualifiedName

String qualifiedName
The qualified name of the document element.


publicId

String publicId
The DTD public ID, if specified.


systemId

String systemId
The DTD system ID, if specified.

Class org.apache.batik.dom.GenericDOMImplementation extends AbstractDOMImplementation implements Serializable

Class org.apache.batik.dom.GenericElement extends AbstractElement implements Serializable

Serialized Fields

nodeName

String nodeName
The node name.


readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericElementNS extends AbstractElementNS implements Serializable

Serialized Fields

nodeName

String nodeName
The node name.


readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.GenericEntity extends AbstractEntity implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericEntityReference extends AbstractEntityReference implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericNotation extends AbstractNotation implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericProcessingInstruction extends AbstractProcessingInstruction implements Serializable

Serialized Fields

target

String target
The target.


readonly

boolean readonly
Is this node immutable?

Class org.apache.batik.dom.GenericText extends AbstractText implements Serializable

Serialized Fields

readonly

boolean readonly
Is this element immutable?

Class org.apache.batik.dom.StyleSheetProcessingInstruction extends AbstractProcessingInstruction implements Serializable

Serialized Fields

readonly

boolean readonly
Is this node immutable?


factory

StyleSheetFactory factory
The stylesheet factory.


Package org.apache.batik.dom.util

Class org.apache.batik.dom.util.HashTable extends Object implements Serializable

Serialized Fields

table

HashTable.Entry[] table
The underlying array


count

int count
The number of entries

Class org.apache.batik.dom.util.HashTable.Entry extends Object implements Serializable

Serialized Fields

hash

int hash
The hash code


key

Object key
The key


value

Object value
The value


next

HashTable.Entry next
The next entry

Class org.apache.batik.dom.util.IntTable extends Object implements Serializable

Serialized Fields

table

IntTable.Entry[] table
The underlying array


count

int count
The number of entries

Class org.apache.batik.dom.util.IntTable.Entry extends Object implements Serializable

Serialized Fields

hash

int hash
The hash code.


key

Object key
The key.


value

int value
The value.


next

IntTable.Entry next
The next entry

Class org.apache.batik.dom.util.SAXIOException extends IOException implements Serializable

Serialized Fields

saxe

SAXException saxe



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.