org.apache.xerces.xs
Interface XSFacet
- All Superinterfaces:
- XSObject
- public interface XSFacet
- extends XSObject
Describes a constraining facet. Enumeration and pattern facets are exposed
via XSMultiValueFacet
interface.
getFacetKind
public short getFacetKind()
- The name of the facet, e.g.
FACET_LENGTH, FACET_TOTALDIGITS
(see XSSimpleTypeDefinition
).
getLexicalFacetValue
public java.lang.String getLexicalFacetValue()
- A value of this facet.
getFixed
public boolean getFixed()
- [Facets]: check whether a facet is fixed.
getAnnotation
public XSAnnotation getAnnotation()
- An annotation if it exists, otherwise
null
.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.