net.sf.saxon.type
Interface SchemaDeclaration

All Known Implementing Classes:
AttributeDecl, ElementDecl

public interface SchemaDeclaration

This is a marker interface that acts as a surrogate for an object representing an element or attribute declaration. The real implementation of these declarations is available in the schema-aware version of the Saxon product.


Method Summary
 SchemaType getType()
           
 

Method Detail

getType

public SchemaType getType()