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

Packages that use XSObject
org.apache.xerces.impl.dv   
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 XSObject in org.apache.xerces.impl.dv
 

Subinterfaces of XSObject in org.apache.xerces.impl.dv
 interface XSSimpleType
          This interface XSSimpleType represents the simple type definition of schema component and defines methods to query the information contained.
 

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

Classes in org.apache.xerces.impl.dv.xs that implement XSObject
 class XSSimpleTypeDecl
           
 

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

Classes in org.apache.xerces.impl.xs that implement XSObject
 class XSAnnotationImpl
          This is an implementation of the XSAnnotation schema component.
 class XSAttributeDecl
          The XML representation for an attribute declaration schema component is an <attribute> element information item
 class XSAttributeGroupDecl
          The XML representation for an attribute group declaration schema component is a global <attributeGroup> element information item
 class XSAttributeUseImpl
          The XML representation for an attribute use schema component is a local <attribute> element information item
 class XSComplexTypeDecl
          The XML representation for a complexType schema component is a <complexType> element information item
 class XSElementDecl
          The XML representation for an element declaration schema component is an <element> element information item
 class XSGroupDecl
          The XML representation for a group declaration schema component is a global <group> element information item
 class XSModelGroupImpl
          Store schema model group declaration.
 class XSNotationDecl
          The XML representation for a NOTATION declaration schema component is a global <notation> element information item
 class XSParticleDecl
          Store schema particle declaration.
 class XSWildcardDecl
          The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item
 

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

Classes in org.apache.xerces.impl.xs.identity that implement XSObject
 class IdentityConstraint
          Base class of Schema identity constraint.
 class KeyRef
          Schema key reference identity constraint.
 class UniqueOrKey
          Schema unique or key identity constraint.
 

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

Methods in org.apache.xerces.impl.xs.util that return XSObject
 XSObject XSNamedMap4Types.item(int index)
          Returns the indexth item in the map.
 XSObject XSNamedMapImpl.item(int index)
          Returns the indexth item in the map.
 XSObject XSObjectListImpl.item(int index)
          Returns the indexth item in the collection.
 XSObject XSNamedMap4Types.itemByName(java.lang.String namespace, java.lang.String localName)
          Retrieves an XSObject specified by local name and namespace URI.
 XSObject XSNamedMapImpl.itemByName(java.lang.String namespace, java.lang.String localName)
          Retrieves an XSObject specified by local name and namespace URI.
 

Methods in org.apache.xerces.impl.xs.util with parameters of type XSObject
 void XSObjectListImpl.add(int index, XSObject object)
           
 void XSObjectListImpl.add(XSObject object)
           
 

Constructors in org.apache.xerces.impl.xs.util with parameters of type XSObject
XSNamedMapImpl(XSObject[] array, int length)
          Construct an XSNamedMap implmentation one namespace from an array
XSObjectListImpl(XSObject[] array, int length)
          Construct an XSObjectList implementation
 

Uses of XSObject in org.apache.xerces.xs
 

Subinterfaces of XSObject in org.apache.xerces.xs
 interface XSAnnotation
          This interface represents the Annotation schema component.
 interface XSAttributeDeclaration
          The interface represents the Attribute Declaration schema component.
 interface XSAttributeGroupDefinition
          This interface represents the Attribute Group Definition schema component.
 interface XSAttributeUse
          This interface represents the Attribute Use schema component.
 interface XSComplexTypeDefinition
          This interface represents the Complex Type Definition schema component.
 interface XSElementDeclaration
          The interface represents the Element Declaration schema component.
 interface XSFacet
          Describes a constraining facet.
 interface XSIDCDefinition
          This interface represents the Identity-constraint Definition schema component.
 interface XSModelGroup
          This interface represents the Model Group schema component.
 interface XSModelGroupDefinition
          This interface represents the Model Group Definition schema component.
 interface XSMultiValueFacet
          Describes a multi-value constraining facets: pattern and enumeration.
 interface XSNotationDeclaration
          This interface represents the Notation Declaration schema component.
 interface XSParticle
          This interface represents the Particle schema component.
 interface XSSimpleTypeDefinition
          This interface represents the Simple Type Definition schema component.
 interface XSTerm
          Describes a term that can be one of a model group, a wildcard, or an element declaration.
 interface XSTypeDefinition
          This interface represents a complex or simple type definition.
 interface XSWildcard
          This interface represents the Wildcard schema component.
 

Methods in org.apache.xerces.xs that return XSObject
 XSObject XSObjectList.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.
 XSObject XSNamedMap.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.
 XSObject XSNamedMap.itemByName(java.lang.String namespace, java.lang.String localName)
          Retrieves an XSObject specified by local name and namespace URI.