Interface XSMultiValueFacet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSObjectList
getAnnotations()
A sequence of [annotations] or an emptyXSObjectList
.ObjectList
getEnumerationValues()
A list of XSValue objects.short
getFacetKind()
The name of the facet, i.e.StringList
getLexicalFacetValues()
Values of this facet.-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
-
-
-
-
Method Detail
-
getFacetKind
short getFacetKind()
The name of the facet, i.e.FACET_ENUMERATION
andFACET_PATTERN
(seeXSSimpleTypeDefinition
).
-
getLexicalFacetValues
StringList getLexicalFacetValues()
Values of this facet.
-
getEnumerationValues
ObjectList getEnumerationValues()
A list of XSValue objects. The actual enumeration values.
-
getAnnotations
XSObjectList getAnnotations()
A sequence of [annotations] or an emptyXSObjectList
.
-
-