Package com.sun.xml.xsom
Interface XSFacet
- All Superinterfaces:
XSComponent
- All Known Implementing Classes:
FacetImpl
Facet for a simple type.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
-
Method Summary
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
-
Field Details
-
FACET_LENGTH
- See Also:
-
FACET_MINLENGTH
- See Also:
-
FACET_MAXLENGTH
- See Also:
-
FACET_PATTERN
- See Also:
-
FACET_ENUMERATION
- See Also:
-
FACET_TOTALDIGITS
- See Also:
-
FACET_FRACTIONDIGITS
- See Also:
-
FACET_MININCLUSIVE
- See Also:
-
FACET_MAXINCLUSIVE
- See Also:
-
FACET_MINEXCLUSIVE
- See Also:
-
FACET_MAXEXCLUSIVE
- See Also:
-
FACET_WHITESPACE
- See Also:
-
-
Method Details