Uses of Class
org.exolab.castor.xml.Namespaces

Packages that use Namespaces
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.util   
 

Uses of Namespaces in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return Namespaces
 Namespaces Namespaces.createNamespaces()
          Creates a new Namespaces instance with this Namespaces as the parent
 Namespaces Namespaces.getParent()
          Returns the parent Namespaces for this Namespaces instance.
 

Methods in org.exolab.castor.xml with parameters of type Namespaces
 void Namespaces.setParent(Namespaces namespaces)
          Sets the parent Namespaces for this Namespaces instance.
 

Constructors in org.exolab.castor.xml with parameters of type Namespaces
Namespaces(Namespaces parent)
          Creates a new Namespaces instance
 

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

Methods in org.exolab.castor.xml.util that return Namespaces
 Namespaces SAX2ANY.getNamespaceContext()
          Get the namespace context of this SAX2ANY handler.
 

Methods in org.exolab.castor.xml.util with parameters of type Namespaces
static void AnyNode2SAX2.fireEvents(AnyNode node, ContentHandler handler, Namespaces context)
           
static void AnyNode2SAX.fireEvents(AnyNode node, DocumentHandler handler, Namespaces context)
           
 void SAX2ANY.setNamespaceContext(Namespaces context)
          Set the namespace context in which this handler acts.
 

Constructors in org.exolab.castor.xml.util with parameters of type Namespaces
AnyNode2SAX(AnyNode node, Namespaces context)
          Creates a AnyNode2SAX for the given node and the namespace context.
AnyNode2SAX2(AnyNode node, Namespaces context)
          Creates a AnyNode2SAX2 for the given node and the namespace context.
SAX2ANY(Namespaces context, boolean wsPreserve)
          Constructs a SAX2ANY given a namespace context.
 



Copyright © 2010. All Rights Reserved.