Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSAnnotation
-
-
Uses of XSAnnotation in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv declared as XSAnnotation Modifier and Type Field Description 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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs declared as XSAnnotation Modifier and Type Field Description 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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XSAnnotation Modifier and Type Class Description class
XSAnnotationImpl
This is an implementation of the XSAnnotation schema component.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSAnnotation Modifier and Type Method Description XSAnnotation
XSAttributeDecl. getAnnotation()
Optional.XSAnnotation
XSAttributeGroupDecl. getAnnotation()
Optional.XSAnnotation
XSElementDecl. getAnnotation()
Optional.XSAnnotation
XSGroupDecl. getAnnotation()
Optional.XSAnnotation
XSModelGroupImpl. getAnnotation()
Optional.XSAnnotation
XSNotationDecl. getAnnotation()
Optional.XSAnnotation
XSWildcardDecl. getAnnotation()
Optional. -
Uses of XSAnnotation in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSAnnotation Modifier and Type Method Description XSAnnotation
XSAttributeDeclaration. getAnnotation()
An annotation if it exists, otherwisenull
.XSAnnotation
XSAttributeGroupDefinition. getAnnotation()
An annotation if it exists, otherwisenull
.XSAnnotation
XSElementDeclaration. getAnnotation()
An annotation if it exists, otherwisenull
.XSAnnotation
XSFacet. getAnnotation()
An annotation if it exists, otherwisenull
.XSAnnotation
XSModelGroup. getAnnotation()
An annotation if it exists, otherwisenull
.XSAnnotation
XSModelGroupDefinition. getAnnotation()
An annotation if it exists, otherwisenull
.XSAnnotation
XSNotationDeclaration. getAnnotation()
An annotation if it exists, otherwisenull
.XSAnnotation
XSWildcard. getAnnotation()
An annotation if it exists, otherwisenull
.
-