net.sf.saxon.type
Interface SchemaMarker


public interface SchemaMarker

This is a marker interface that acts as a surrogate for an object representing a Schema. The real implementation of a W3C Schema is available in the schema-aware version of the Saxon product.


Method Summary
 void error(String message, SourceLocator locator)
           
 

Method Detail

error

void error(String message,
           SourceLocator locator)
           throws SchemaException
Throws:
SchemaException