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

Packages that use XSAnnotation
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
org.apache.xerces.xs   
 

Uses of XSAnnotation in org.apache.xerces.impl.dv
 

Fields in org.apache.xerces.impl.dv declared as XSAnnotation
 XSAnnotation XSFacets.fractionDigitsAnnotation
           
 XSAnnotation XSFacets.lengthAnnotation
           
 XSAnnotation XSFacets.maxExclusiveAnnotation
           
 XSAnnotation XSFacets.maxInclusiveAnnotation
           
 XSAnnotation XSFacets.maxLengthAnnotation
           
 XSAnnotation XSFacets.minExclusiveAnnotation
           
 XSAnnotation XSFacets.minInclusiveAnnotation
           
 XSAnnotation XSFacets.minLengthAnnotation
           
 XSAnnotation XSFacets.totalDigitsAnnotation
           
 XSAnnotation XSFacets.whiteSpaceAnnotation
           
 

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

Fields in org.apache.xerces.impl.dv.xs declared as XSAnnotation
 XSAnnotation XSSimpleTypeDecl.fractionDigitsAnnotation
           
 XSAnnotation XSSimpleTypeDecl.lengthAnnotation
           
 XSAnnotation XSSimpleTypeDecl.maxExclusiveAnnotation
           
 XSAnnotation XSSimpleTypeDecl.maxInclusiveAnnotation
           
 XSAnnotation XSSimpleTypeDecl.maxLengthAnnotation
           
 XSAnnotation XSSimpleTypeDecl.minExclusiveAnnotation
           
 XSAnnotation XSSimpleTypeDecl.minInclusiveAnnotation
           
 XSAnnotation XSSimpleTypeDecl.minLengthAnnotation
           
 XSAnnotation XSSimpleTypeDecl.totalDigitsAnnotation
           
 XSAnnotation XSSimpleTypeDecl.whiteSpaceAnnotation
           
 

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

Classes in org.apache.xerces.impl.xs that implement XSAnnotation
 class XSAnnotationImpl
          This is an implementation of the XSAnnotation schema component.
 

Methods in org.apache.xerces.impl.xs that return XSAnnotation
 XSAnnotation XSGroupDecl.getAnnotation()
          Optional.
 XSAnnotation XSAttributeGroupDecl.getAnnotation()
          Optional.
 XSAnnotation XSModelGroupImpl.getAnnotation()
          Optional.
 XSAnnotation XSWildcardDecl.getAnnotation()
          Optional.
 XSAnnotation XSElementDecl.getAnnotation()
          Optional.
 XSAnnotation XSNotationDecl.getAnnotation()
          Optional.
 XSAnnotation XSAttributeDecl.getAnnotation()
          Optional.
 

Uses of XSAnnotation in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return XSAnnotation
 XSAnnotation XSWildcard.getAnnotation()
          An annotation if it exists, otherwise null.
 XSAnnotation XSAttributeDeclaration.getAnnotation()
          An annotation if it exists, otherwise null.
 XSAnnotation XSModelGroupDefinition.getAnnotation()
          An annotation if it exists, otherwise null.
 XSAnnotation XSFacet.getAnnotation()
          An annotation if it exists, otherwise null.
 XSAnnotation XSModelGroup.getAnnotation()
          An annotation if it exists, otherwise null.
 XSAnnotation XSElementDeclaration.getAnnotation()
          An annotation if it exists, otherwise null.
 XSAnnotation XSNotationDeclaration.getAnnotation()
          An annotation if it exists, otherwise null.
 XSAnnotation XSAttributeGroupDefinition.getAnnotation()
          An annotation if it exists, otherwise null.