org.apache.xerces.impl.xs.psvi
Interface XSMultiValueFacet
- All Superinterfaces:
- XSObject
- public interface XSMultiValueFacet
- extends XSObject
Describes a multi value constraining facets: pattern and enumeration.
getFacetKind
public short getFacetKind()
- Returns:
- The name of the facet: e.i.
enumeration
,
or pattern
.
getLexicalFacetValues
public StringList getLexicalFacetValues()
- Returns:
- Returns values of this facet
getAnnotations
public XSObjectList getAnnotations()
- Returns:
- annotations
Copyright © 1999-2003 Apache XML Project. All Rights Reserved.