Uses of Class
org.exolab.castor.types.AnyNode

Packages that use AnyNode
org.exolab.castor.types The Castor implementation of specific XML Schema Types Version: $Revision: 6213 $ Author: Arnaud Blandin This package contains the implementation of the date/time datatypes defined in W3C XML Schema 1.0 Recommendation.  
org.exolab.castor.xml.util   
 

Uses of AnyNode in org.exolab.castor.types
 

Methods in org.exolab.castor.types that return AnyNode
 AnyNode AnyNode.getFirstAttribute()
          Returns the first attribute of the current ELEMENT node or null.
 AnyNode AnyNode.getFirstNamespace()
          Returns the first namespace of the current ELEMENT node or null.
 AnyNode AnyNode.getFirstChild()
          Returns the first Child node of this node.
 AnyNode AnyNode.getNextSibling()
          Returns the next sibling of the current node.
protected  AnyNode AnyNode.getFirstChildNode()
          Returns the first child node in the tree.
 

Methods in org.exolab.castor.types with parameters of type AnyNode
 void AnyNode.addAnyNode(AnyNode node)
          Adds an AnyNode to the current node
 void AnyNode.addChild(AnyNode node)
           Adds a child AnyNode to this node.
 void AnyNode.addAttribute(AnyNode node)
          Adds an attribute to the current 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.
 

Uses of AnyNode in org.exolab.castor.xml.util
 

Methods in org.exolab.castor.xml.util that return AnyNode
 AnyNode SAX2ANY.getStartingNode()
           
 

Methods in org.exolab.castor.xml.util with parameters of type AnyNode
static void AnyNode2SAX.fireEvents(AnyNode node, org.xml.sax.DocumentHandler handler)
           
static void AnyNode2SAX.fireEvents(AnyNode node, org.xml.sax.DocumentHandler handler, Namespaces context)
           
static void AnyNode2SAX2.fireEvents(AnyNode node, org.xml.sax.ContentHandler handler)
           
static void AnyNode2SAX2.fireEvents(AnyNode node, org.xml.sax.ContentHandler handler, Namespaces context)
           
 

Constructors in org.exolab.castor.xml.util with parameters of type AnyNode
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 2008 null. All Rights Reserved.