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.xs   
 

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

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

Methods in org.apache.xerces.impl.dv.xs with parameters of type XSNamespaceItem
 void XSSimpleTypeDecl.setNamespaceItem(XSNamespaceItem namespaceItem)
           
 

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 XSWildcardDecl.getNamespaceItem()
           
 XSNamespaceItem XSParticleDecl.getNamespaceItem()
           
 XSNamespaceItem XSNotationDecl.getNamespaceItem()
           
 XSNamespaceItem XSModelGroupImpl.getNamespaceItem()
           
 XSNamespaceItem XSGroupDecl.getNamespaceItem()
           
 XSNamespaceItem XSElementDecl.getNamespaceItem()
           
 XSNamespaceItem XSComplexTypeDecl.getNamespaceItem()
           
 XSNamespaceItem XSAttributeUseImpl.getNamespaceItem()
           
 XSNamespaceItem XSAttributeGroupDecl.getNamespaceItem()
           
 XSNamespaceItem XSAttributeDecl.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.
 XSNamespaceItem XSModelImpl.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.
 

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.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.
 



Copyright © 2011. All Rights Reserved.