|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.type.SchemaType
net.sf.saxon.type.AnyType
A Class which represents the XML Schema AnyType.
Field Summary |
Fields inherited from class net.sf.saxon.type.SchemaType |
ALL_DERIVATIONS, DERIVE_BY_EXTENSION, DERIVE_BY_LIST, DERIVE_BY_RESTRICTION, DERIVE_BY_SUBSTITUTION, DERIVE_BY_UNION, finalProhibitions, INVALID, UNVALIDATED, VALIDATED, VALIDATING, validationPhase |
Method Summary | |
java.lang.String |
getDescription()
Get a description of this type for use in diagnostics |
static AnyType |
getInstance()
Get the singular instance of this class |
java.lang.String |
getLocalName()
Returns the name of this type. |
SequenceIterator |
getTypedValue(NodeInfo node)
Get the typed value of a node that is annotated with this schema type |
boolean |
isSimpleType()
Returns true if this SchemaType is a SimpleType |
boolean |
validate(javax.xml.transform.ErrorListener errorListener)
Checks the validity of this Schema defintion. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static AnyType getInstance()
public boolean isSimpleType()
isSimpleType
in class SchemaType
public java.lang.String getLocalName()
getLocalName
in class SchemaType
public java.lang.String getDescription()
getDescription
in class SchemaType
public boolean validate(javax.xml.transform.ErrorListener errorListener) throws SchemaException
SchemaException
- when this Schema definition
is invalid.public SequenceIterator getTypedValue(NodeInfo node) throws XPathException
getTypedValue
in class SchemaType
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |