public interface SchemaDeclaration
Modifier and Type | Method and Description |
---|---|
int |
getFingerprint()
Get the name of the schema component
|
SchemaType |
getType()
Get the simple or complex type associated with the element or attribute declaration
|
boolean |
isAbstract()
Determine, in the case of an Element Declaration, whether the declaration is abstract
|
boolean |
isNillable()
Determine, in the case of an Element Declaration, whether it is nillable.
|
NodeTest |
makeSchemaNodeTest()
Create a NodeTest that implements the semantics of schema-element(name) or
schema-attribute(name) applied to this element or attribute declaration.
|
int getFingerprint()
SchemaType getType()
NodeTest makeSchemaNodeTest()
boolean isNillable()
boolean isAbstract()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.