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

Packages that use Namespaces
org.exolab.castor.xml The XML Marshaller API 
org.exolab.castor.xml.parsing   
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
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.parsing
 

Methods in org.exolab.castor.xml.parsing that return Namespaces
 Namespaces NamespaceHandling.getNamespaceContext()
          Returns the current name space context.
 

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

Methods in org.exolab.castor.xml.schema that return Namespaces
 Namespaces Schema.getNamespaces()
          Returns the namespaces declared for this Schema
 

Uses of Namespaces in org.exolab.castor.xml.schema.reader
 

Methods in org.exolab.castor.xml.schema.reader with parameters of type Namespaces
 void ElementUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void AttributeUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void AttributeGroupUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void ComponentReader.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void SimpleTypeUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void SimpleTypeListUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void SimpleContentRestrictionUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void SchemaUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void ExtensionUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void ModelGroupUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void ComplexContentRestrictionUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void SimpleContentUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void FacetUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void ComplexContentUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void UnionUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void UnknownUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void SimpleTypeRestrictionUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void AnnotationUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void RedefineUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void IdentityConstraintUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void AppInfoUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void WildcardUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void ComplexTypeUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void FieldOrSelectorUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void DocumentationUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 void GroupUnmarshaller.startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls)
          Signals the start of an element with the given name.
 

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 © 2012. All Rights Reserved.