Serialized Form
|
Package org.apache.batik.dom |
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.
namespaceURI
String namespaceURI
- The namespace URI
nodeValue
String nodeValue
- The value of this node.
parentNode
Node parentNode
- The parent node of this node.
previousSibling
Node previousSibling
- The previous sibling.
nextSibling
Node nextSibling
- Returns the next sibling.
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Throws:
IOException
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.
localizableSupport
org.apache.batik.i18n.LocalizableSupport localizableSupport
- The localizable support for the error messages.
features
HashTable features
- The supported features.
attributes
NamedNodeMap attributes
- The attributes of this element.
typeInfo
TypeInfo typeInfo
- The element type information.
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
table
AbstractElement.Entry[] table
- The underlying array
count
int count
- The number of entries
namespaceURI
String namespaceURI
- The namespace URI
nodeName
String nodeName
- The node name.
publicId
String publicId
- The public id.
systemId
String systemId
- The system id.
nodeName
String nodeName
- The node name.
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.
nodeName
String nodeName
- The node name.
publicId
String publicId
- The public id.
systemId
String systemId
- The system id.
parentNode
Node parentNode
- The parent node of this node.
previousSibling
Node previousSibling
- The previous sibling.
nextSibling
Node nextSibling
- Returns the next sibling.
childNodes
AbstractParentNode.ChildNodes childNodes
- The children.
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.
data
String data
- The data.
customFactories
DoublyIndexedTable customFactories
- The custom elements factories.
customValueManagers
List<E> customValueManagers
- The custom value managers.
customShorthandManagers
List<E> customShorthandManagers
- The custom shorthand value managers.
readonly
boolean readonly
- Is this attribute immutable?
readonly
boolean readonly
- Is this attribute immutable?
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this document immutable?
readonly
boolean readonly
- Is this element immutable?
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.
nodeName
String nodeName
- The node name.
readonly
boolean readonly
- Is this element immutable?
nodeName
String nodeName
- The node name.
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this node immutable?
readonly
boolean readonly
- Is this node immutable?
readonly
boolean readonly
- Is this node immutable?
target
String target
- The target.
readonly
boolean readonly
- Is this node immutable?
readonly
boolean readonly
- Is this element immutable?
readonly
boolean readonly
- Is this node immutable?
factory
StyleSheetFactory factory
- The stylesheet factory.
|
Package org.apache.batik.dom.util |
table
HashTable.Entry[] table
- The underlying array
count
int count
- The number of entries
hash
int hash
- The hash code
key
Object key
- The key
value
Object value
- The value
next
HashTable.Entry next
- The next entry
table
IntTable.Entry[] table
- The underlying array
count
int count
- The number of entries
hash
int hash
- The hash code.
key
Object key
- The key.
value
int value
- The value.
next
IntTable.Entry next
- The next entry
saxe
SAXException saxe
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.