net.sf.saxon.type
public interface SchemaDeclaration
Modifier and Type | Method and Description |
---|---|
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.
|
SchemaType getType()
NodeTest makeSchemaNodeTest()
boolean isNillable()
boolean isAbstract()