Uses of Class
org.exolab.castor.types.AnyNode
Packages that use AnyNode
Package
Description
The Castor implementation of specific XML Schema Types
The XML Marshaller API
-
Uses of AnyNode in org.exolab.castor.types
Methods in org.exolab.castor.types that return AnyNodeModifier and TypeMethodDescriptionAnyNode.getFirstAttribute()Returns the first attribute of the current ELEMENT node or null.AnyNode.getFirstChild()Returns the first Child node of this node.protected AnyNodeAnyNode.getFirstChildNode()Returns the first child node in the tree.AnyNode.getFirstNamespace()Returns the first namespace of the current ELEMENT node or null.AnyNode.getNextSibling()Returns the next sibling of the current node.Methods in org.exolab.castor.types with parameters of type AnyNodeModifier and TypeMethodDescriptionvoidAnyNode.addAnyNode(AnyNode node) Adds an AnyNode to the current nodevoidAnyNode.addAttribute(AnyNode node) Adds an attribute to the current node.voidAdds a child AnyNode to this node.voidAnyNode.addNamespace(AnyNode node) Appends an namespace to the current node.protected voidAnyNode.appendSibling(AnyNode node) Appends a sibling AnyNode to the current node. -
Uses of AnyNode in org.exolab.castor.xml
Methods in org.exolab.castor.xml that return AnyNodeMethods in org.exolab.castor.xml with parameters of type AnyNodeModifier and TypeMethodDescriptionvoidUnmarshalHandler.setAnyNode(AnyNode node) sets the AnyNodeUnmarshals objects of thisUnmarshaller's Class type from anAnyNodeinstance. -
Uses of AnyNode in org.exolab.castor.xml.parsing
Methods in org.exolab.castor.xml.parsing that return AnyNodeModifier and TypeMethodDescriptionAnyNodeUnmarshalHandler.getStartingNode()Returns SAX2ANY startingNode. -
Uses of AnyNode in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util that return AnyNodeMethods in org.exolab.castor.xml.util with parameters of type AnyNodeModifier and TypeMethodDescriptionstatic voidAnyNode2SAX.fireEvents(AnyNode node, DocumentHandler handler) static voidAnyNode2SAX.fireEvents(AnyNode node, DocumentHandler handler, NamespacesStack namespacesStack) static voidAnyNode2SAX2.fireEvents(AnyNode node, ContentHandler handler) static voidAnyNode2SAX2.fireEvents(AnyNode node, ContentHandler handler, NamespacesStack namespacesStack) Constructors in org.exolab.castor.xml.util with parameters of type AnyNodeModifierConstructorDescriptionAnyNode2SAX(AnyNode node) Creates a AnyNode2SAX for the given node.AnyNode2SAX(AnyNode node, NamespacesStack namespacesStack) Creates a AnyNode2SAX for the given node and the namespace context.AnyNode2SAX2(AnyNode node) Creates a AnyNode2SAX for the given node.AnyNode2SAX2(AnyNode node, NamespacesStack namespacesStack) Creates a AnyNode2SAX2 for the given node and the namespace context.