Serialized Form
nestedException
Throwable nestedException
- A wrapped Throwable
 
 
readObject
private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
xpathNamespaceURIs
Map 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
writeObject
private void writeObject(ObjectOutputStream out)
                  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
 
 
beanList
BeanAttributeList beanList
- The list of Bean attributes
 
 
index
int index
- The index in the Bean attribute list
 
 
bean
Object bean
- The JavaBean which defines my attributes
 
 
| Package org.dom4j.datatype | 
parent
Element parent
- The parent Elementof theAttribute
 
 
qname
QName qname
- The QNamefor this element
 
 
datatype
com.sun.msv.datatype.xsd.XSDatatype datatype
- The XSDatatypeof theAttribute
 
 
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
com.sun.msv.datatype.xsd.XSDatatype datatype
- The XSDatatypeof theAttribute
 
 
data
Object data
- The data (Object) value of the Attribute
 
 
elementQName
QName elementQName
attributeXSDatatypes
Map attributeXSDatatypes
- Cache of XSDatatypeinstances per AttributeQName
 
 
childrenXSDatatypes
Map childrenXSDatatypes
- Cache of XSDatatypeinstances per child ElementQName
 
 
serialVersionUID: 1l
readExternal
public void readExternal(ObjectInput in)
                  throws ClassNotFoundException,
                         IOException
writeExternal
public void writeExternal(ObjectOutput out)
                   throws IOException
uriPrefix
String uriPrefix
document
Document document
- The document for this model
 
 
type
int type
- Holds value of property type.
 
 
name
String name
- Holds value of property name.
 
 
xpath
XPath xpath
- Holds value of property xpath.
 
 
columnNameXPath
XPath columnNameXPath
- Holds the XPath used for the column name
 
 
rowXPath
XPath rowXPath
- Holds value of property rowXPath.
 
 
columns
List columns
- The columns to display in this table
 
 
columnArray
XMLTableColumnDefinition[] columnArray
- integer index array cache
 
 
columnNameIndex
Map columnNameIndex
- name index cache
 
 
variableContext
org.jaxen.VariableContext variableContext
- for cross-row variables
 
 
rowValue
Object rowValue
- stores the current row value for the variableContext
 
 
definition
XMLTableDefinition definition
- Holds value of property definition.
 
 
source
Object source
- Holds value of property source.
 
 
rows
List rows
- The rows evaluated from the row XPath expression
 
 
encoding
String encoding
- The encoding of this document as stated in the XML declaration
 
 
branchContent
List branchContent
- The content of the Branch which is modified if I am modified
 
 
branch
AbstractBranch branch
- The AbstractBranchinstance which owns the content
 
 
qname
QName qname
- The QNamefor this element
 
 
parentBranch
Branch parentBranch
- Stores the parent branch of this node which is either a Document if this
 element is the root element in a document, or another Element if it is a
 child of the root document, or null if it has not been added to a
 document yet.
 
 
content
List content
- List of content nodes.
 
 
attributes
List attributes
- list of attributes
 
 
parent
Element parent
- The parent of this node
 
 
parent
Element parent
- The parent of this node
 
 
parent
Element parent
- The parent of this node
 
 
name
String name
- The name of the document
 
 
rootElement
Element rootElement
- The root element of this document
 
 
content
List content
- Store the contents of the document as a lazily created List
 
 
docType
DocumentType docType
- The document type for this document
 
 
documentFactory
DocumentFactory documentFactory
- The document factory used by default
 
 
elementName
String elementName
- The root element name of the document typ
 
 
publicID
String publicID
- Holds value of property publicID.
 
 
systemID
String systemID
- Holds value of property systemID.
 
 
internalDeclarations
List internalDeclarations
- The internal DTD declarations
 
 
externalDeclarations
List externalDeclarations
- The external DTD declarations
 
 
qname
QName qname
- The QNamefor this element
 
 
parentBranch
Branch parentBranch
- Stores the parent branch of this node which is either a Document if this
 element is the root element in a document, or another Element if it is a
 child of the root document, or null if it has not been added to a
 document yet.
 
 
content
Object content
- Stores null for no content, a Node for a single content node or a List
 for multiple content nodes. The List will be lazily constructed when
 required.
 
 
attributes
Object attributes
- Lazily constructes list of attributes
 
 
parent
Element parent
- The parent of this node
 
 
parent
Element parent
- The parent of this node
 
 
parent
Element parent
- The parent of this node
 
 
parent
Element parent
- The parent of this node
 
 
qname
QName qname
- The QNamefor this element
 
 
value
String value
- The value of the Attribute
 
 
text
String text
- Text of the CDATAnode
 
 
text
String text
- Text of the Commentnode
 
 
name
String name
- The name of the Entity
 
 
text
String text
- The text of the Entity
 
 
target
String target
- The target of the PI
 
 
text
String text
- The values for the PI as a String
 
 
values
Map values
- The values for the PI in name/value pairs
 
 
text
String text
- Text of the Textnode
 
 
elementIndex
Map elementIndex
- Lazily constructed index for elements
 
 
attributeIndex
Map attributeIndex
- Lazily constructed index for attributes
 
 
data
Object data
- The user data object
 
 
data
Object data
- The user data object
 
 
element
Element element
text
String text
xpath
org.jaxen.XPath xpath
namespaceContext
org.jaxen.NamespaceContext namespaceContext
Copyright © 2001-2005 MetaStuff Ltd.. All Rights Reserved.