Serialized Form
nestedException
java.lang.Throwable nestedException
- A wrapped
Throwable
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
xpathNamespaceURIs
java.util.Map<K,V> xpathNamespaceURIs
- Default namespace prefix -> URI mappings for XPath expressions to use
serialVersionUID: 3257009869058881592L
prefix
java.lang.String prefix
- The prefix mapped to this namespace
uri
java.lang.String uri
- The URI for this namespace
hashCode
int hashCode
- A cached version of the hashcode for efficiency
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
name
java.lang.String name
- The local name of the element or attribute
qualifiedName
java.lang.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
java.lang.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
com.sun.msv.datatype.xsd.XSDatatype datatype
- The
XSDatatype
of the Attribute
data
java.lang.Object data
- The data (Object) value of the
Attribute
text
java.lang.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
com.sun.msv.datatype.xsd.XSDatatype datatype
- The
XSDatatype
of the Attribute
data
java.lang.Object data
- The data (Object) value of the
Attribute
elementQName
QName elementQName
attributeXSDatatypes
java.util.Map<K,V> attributeXSDatatypes
- Cache of
XSDatatype
instances per Attribute
QName
childrenXSDatatypes
java.util.Map<K,V> childrenXSDatatypes
- Cache of
XSDatatype
instances per child Element
QName
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
uriPrefix
java.lang.String uriPrefix
elementIndex
java.util.Map<K,V> elementIndex
- Lazily constructed index for elements
attributeIndex
java.util.Map<K,V> attributeIndex
- Lazily constructed index for attributes
data
java.lang.Object data
- The user data object
data
java.lang.Object data
- The user data object
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by