Serialized Form
nestedException
Throwable nestedException
- A wrapped
Throwable
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
xpathNamespaceURIs
Map<K,V> xpathNamespaceURIs
- Default namespace prefix -> URI mappings for XPath expressions to use
serialVersionUID: 3257009869058881592L
prefix
String prefix
- The prefix mapped to this namespace
uri
String uri
- The URI for this namespace
hashCode
int hashCode
- A cached version of the hashcode for efficiency
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
name
String name
- The local name of the element or attribute
qualifiedName
String qualifiedName
- The qualified name of the element or attribute
hashCode
int hashCode
- A cached version of the hashcode for efficiency
documentFactory
DocumentFactory documentFactory
- The document factory used for this QName if specified or null
xpath
String xpath
- The XPath expression that caused the exception
Package org.dom4j.datatype |
parent
Element parent
- The parent
Element
of the Attribute
qname
QName qname
- The
QName
for this element
datatype
XSDatatype datatype
- The
XSDatatype
of the Attribute
data
Object data
- The data (Object) value of the
Attribute
text
String text
- The text value of the
Attribute
schemaBuilder
SchemaParser schemaBuilder
- The builder of XML Schemas
xmlSchemaReader
SAXReader xmlSchemaReader
- reader of XML Schemas
autoLoadSchema
boolean autoLoadSchema
- If schemas are automatically loaded when parsing instance documents
datatype
XSDatatype datatype
- The
XSDatatype
of the Attribute
data
Object data
- The data (Object) value of the
Attribute
elementQName
QName elementQName
attributeXSDatatypes
Map<K,V> attributeXSDatatypes
- Cache of
XSDatatype
instances per Attribute
QName
childrenXSDatatypes
Map<K,V> childrenXSDatatypes
- Cache of
XSDatatype
instances per child Element
QName
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
uriPrefix
String uriPrefix
elementIndex
Map<K,V> elementIndex
- Lazily constructed index for elements
attributeIndex
Map<K,V> attributeIndex
- Lazily constructed index for attributes
data
Object data
- The user data object
data
Object data
- The user data object
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by