Package | Description |
---|---|
org.exolab.castor.types |
The Castor implementation of specific XML Schema Types
|
org.exolab.castor.xml |
The XML Marshaller API
|
org.exolab.castor.xml.parsing | |
org.exolab.castor.xml.util |
Modifier and Type | Method and Description |
---|---|
AnyNode |
AnyNode.getFirstAttribute()
Returns the first attribute of the current ELEMENT node
or null.
|
AnyNode |
AnyNode.getFirstChild()
Returns the first Child node of this node.
|
protected AnyNode |
AnyNode.getFirstChildNode()
Returns the first child node in the tree.
|
AnyNode |
AnyNode.getFirstNamespace()
Returns the first namespace of the current ELEMENT node or null.
|
AnyNode |
AnyNode.getNextSibling()
Returns the next sibling of the current node.
|
Modifier and Type | Method and Description |
---|---|
void |
AnyNode.addAnyNode(AnyNode node)
Adds an AnyNode to the current node
|
void |
AnyNode.addAttribute(AnyNode node)
Adds an attribute to the current node.
|
void |
AnyNode.addChild(AnyNode node)
Adds a child AnyNode to this node.
|
void |
AnyNode.addNamespace(AnyNode node)
Appends an namespace to the current node.
|
protected void |
AnyNode.appendSibling(AnyNode node)
Appends a sibling AnyNode to the current node.
|
Modifier and Type | Method and Description |
---|---|
AnyNode |
UnmarshalHandler.getAnyNode()
returns the AnyNode (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
UnmarshalHandler.setAnyNode(AnyNode node)
sets the AnyNode
|
Object |
Unmarshaller.unmarshal(AnyNode anyNode)
Unmarshals objects of this
Unmarshaller 's Class type
from an AnyNode instance. |
Modifier and Type | Method and Description |
---|---|
AnyNode |
AnyNodeUnmarshalHandler.getStartingNode()
Returns SAX2ANY startingNode.
|
Modifier and Type | Method and Description |
---|---|
AnyNode |
SAX2ANY.getStartingNode() |
Modifier and Type | Method and Description |
---|---|
static void |
AnyNode2SAX2.fireEvents(AnyNode node,
ContentHandler handler) |
static void |
AnyNode2SAX2.fireEvents(AnyNode node,
ContentHandler handler,
Namespaces context) |
static void |
AnyNode2SAX.fireEvents(AnyNode node,
DocumentHandler handler) |
static void |
AnyNode2SAX.fireEvents(AnyNode node,
DocumentHandler handler,
Namespaces context) |
Constructor and Description |
---|
AnyNode2SAX(AnyNode node)
Creates a AnyNode2SAX for the given node.
|
AnyNode2SAX(AnyNode node,
Namespaces context)
Creates a AnyNode2SAX for the given node and the namespace context.
|
AnyNode2SAX2(AnyNode node)
Creates a AnyNode2SAX for the given node.
|
AnyNode2SAX2(AnyNode node,
Namespaces context)
Creates a AnyNode2SAX2 for the given node and the namespace context.
|
Copyright © 2013. All rights reserved.