| org.apache.xerces.xs.XSFacet
XSFacet | public interface XSFacet extends XSObject(Code) | | Describes a constraining facet. Enumeration and pattern facets are exposed
via XSMultiValueFacet interface.
|
getAnnotation | public XSAnnotation getAnnotation()(Code) | | An annotation if it exists, otherwise null . If not null
then the first [annotation] from the sequence of annotations.
|
getAnnotations | public XSObjectList getAnnotations()(Code) | | A sequence of [annotations] or an empty XSObjectList .
|
getFacetKind | public short getFacetKind()(Code) | | The name of the facet, e.g. FACET_LENGTH, FACET_TOTALDIGITS
(see XSSimpleTypeDefinition ).
|
getFixed | public boolean getFixed()(Code) | | [Facets]: check whether a facet is fixed.
|
getLexicalFacetValue | public String getLexicalFacetValue()(Code) | | A value of this facet.
|
|
|