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.


Method Summary
 XSObjectList getAnnotations()
           
 short getFacetKind()
           
 StringList getLexicalFacetValues()
           
 
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject
getName, getNamespace, getNamespaceItem, getType
 

Method Detail

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.