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

Packages that use XSTerm
org.apache.xerces.impl.xs   
org.apache.xerces.xs   
 

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

Classes in org.apache.xerces.impl.xs that implement XSTerm
 class XSElementDecl
          The XML representation for an element declaration schema component is an <element> element information item
 class XSModelGroupImpl
          Store schema model group declaration.
 class XSWildcardDecl
          The XML representation for a wildcard declaration schema component is an <any> or <anyAttribute> element information item
 

Fields in org.apache.xerces.impl.xs declared as XSTerm
 XSTerm XSParticleDecl.fValue
           
 

Methods in org.apache.xerces.impl.xs that return XSTerm
 XSTerm XSParticleDecl.getTerm()
          {term} One of a model group, a wildcard, or an element declaration.
 

Uses of XSTerm in org.apache.xerces.xs
 

Subinterfaces of XSTerm in org.apache.xerces.xs
 interface XSElementDeclaration
          The interface represents the Element Declaration schema component.
 interface XSModelGroup
          This interface represents the Model Group schema component.
 interface XSWildcard
          This interface represents the Wildcard schema component.
 

Methods in org.apache.xerces.xs that return XSTerm
 XSTerm XSParticle.getTerm()
          [term]: one of a model group, a wildcard, or an element declaration.