Uses of Interface
org.apache.xerces.xs.XSNamespaceItem

Packages that use XSNamespaceItem
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
org.apache.xerces.impl.xs.util   
org.apache.xerces.xs   
 

Uses of XSNamespaceItem in org.apache.xerces.impl.dv.xs
 

Methods in org.apache.xerces.impl.dv.xs that return XSNamespaceItem
 XSNamespaceItem XSSimpleTypeDecl.getNamespaceItem()
           
 

Uses of XSNamespaceItem in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement XSNamespaceItem
 class SchemaGrammar
          This class is to hold all schema component declaration that are declared within one namespace.
static class SchemaGrammar.BuiltinSchemaGrammar
           
static class SchemaGrammar.Schema4Annotations
          A partial schema for schemas for validating annotations.
 

Methods in org.apache.xerces.impl.xs that return XSNamespaceItem
 XSNamespaceItem XSAttributeUseImpl.getNamespaceItem()
           
 XSNamespaceItem XSGroupDecl.getNamespaceItem()
           
 XSNamespaceItem XSAttributeGroupDecl.getNamespaceItem()
           
 XSNamespaceItem XSModelGroupImpl.getNamespaceItem()
           
 XSNamespaceItem XSWildcardDecl.getNamespaceItem()
           
 XSNamespaceItem XSElementDecl.getNamespaceItem()
           
 XSNamespaceItem XSNotationDecl.getNamespaceItem()
           
 XSNamespaceItem XSParticleDecl.getNamespaceItem()
           
 XSNamespaceItem XSAttributeDecl.getNamespaceItem()
           
 XSNamespaceItem XSComplexTypeDecl.getNamespaceItem()
           
 XSNamespaceItem XSAnnotationImpl.getNamespaceItem()
          A namespace schema information item corresponding to the target namespace of the component, if it's globally declared; or null otherwise.
 

Uses of XSNamespaceItem in org.apache.xerces.impl.xs.identity
 

Methods in org.apache.xerces.impl.xs.identity that return XSNamespaceItem
 XSNamespaceItem IdentityConstraint.getNamespaceItem()
           
 

Uses of XSNamespaceItem in org.apache.xerces.impl.xs.util
 

Methods in org.apache.xerces.impl.xs.util that return XSNamespaceItem
 XSNamespaceItem NSItemListImpl.item(int index)
           
 

Constructors in org.apache.xerces.impl.xs.util with parameters of type XSNamespaceItem
NSItemListImpl(XSNamespaceItem[] array, int length)
          Construct an XSNamespaceItemList implementation
 

Uses of XSNamespaceItem in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return XSNamespaceItem
 XSNamespaceItem XSObject.getNamespaceItem()
          A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.
 XSNamespaceItem XSNamespaceItemList.item(int index)
          Returns the indexth item in the collection or null if index is greater than or equal to the number of objects in the list.