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
xpathNamespaceURIs
java.util.Map 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
writeObject
private void writeObject(java.io.ObjectOutputStream out)
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
beanList
BeanAttributeList beanList
- The list of Bean attributes
index
int index
- The index in the Bean attribute list
bean
java.lang.Object bean
- The JavaBean which defines my attributes
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 attributeXSDatatypes
- Cache of
XSDatatype
instances per Attribute
QName
childrenXSDatatypes
java.util.Map 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
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
uriPrefix
java.lang.String uriPrefix
document
Document document
- The document for this model
type
int type
- Holds value of property type.
name
java.lang.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
java.util.List columns
- The columns to display in this table
columnArray
XMLTableColumnDefinition[] columnArray
- integer index array cache
columnNameIndex
java.util.Map columnNameIndex
- name index cache
variableContext
org.jaxen.VariableContext variableContext
- for cross-row variables
rowValue
java.lang.Object rowValue
- stores the current row value for the variableContext
definition
XMLTableDefinition definition
- Holds value of property definition.
source
java.lang.Object source
- Holds value of property source.
rows
java.util.List rows
- The rows evaluated from the row XPath expression
encoding
java.lang.String encoding
- The encoding of this document as stated in the XML declaration
branchContent
java.util.List branchContent
- The content of the Branch which is modified if I am modified
branch
AbstractBranch branch
- The
AbstractBranch
instance which owns the content
qname
QName qname
- The
QName
for 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
java.util.List content
- List of content nodes.
attributes
java.util.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
java.lang.String name
- The name of the document
rootElement
Element rootElement
- The root element of this document
content
java.util.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
java.lang.String elementName
- The root element name of the document typ
publicID
java.lang.String publicID
- Holds value of property publicID.
systemID
java.lang.String systemID
- Holds value of property systemID.
internalDeclarations
java.util.List internalDeclarations
- The internal DTD declarations
externalDeclarations
java.util.List externalDeclarations
- The external DTD declarations
qname
QName qname
- The
QName
for 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
java.lang.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
java.lang.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
QName
for this element
value
java.lang.String value
- The value of the
Attribute
text
java.lang.String text
- Text of the
CDATA
node
text
java.lang.String text
- Text of the
Comment
node
name
java.lang.String name
- The name of the
Entity
text
java.lang.String text
- The text of the
Entity
target
java.lang.String target
- The target of the PI
text
java.lang.String text
- The values for the PI as a String
values
java.util.Map values
- The values for the PI in name/value pairs
text
java.lang.String text
- Text of the
Text
node
elementIndex
java.util.Map elementIndex
- Lazily constructed index for elements
attributeIndex
java.util.Map attributeIndex
- Lazily constructed index for attributes
data
java.lang.Object data
- The user data object
data
java.lang.Object data
- The user data object
element
Element element
text
java.lang.String text
xpath
org.jaxen.XPath xpath
namespaceContext
org.jaxen.NamespaceContext namespaceContext
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by