com.sun.msv.relaxns.grammar.trex
Class TREXIslandSchema

java.lang.Object
  extended by com.sun.msv.relaxns.verifier.IslandSchemaImpl
      extended by com.sun.msv.relaxns.grammar.trex.TREXIslandSchema
All Implemented Interfaces:
Serializable, IslandSchema

public class TREXIslandSchema
extends IslandSchemaImpl

IslandSchema implementation for TREX pattern.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
IslandSchemaImpl.Binder
 
Constructor Summary
TREXIslandSchema(TREXGrammar grammar)
           
 
Method Summary
 void bind(SchemaProvider provider, ErrorHandler handler)
           
 
Methods inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
createNewAttributesVerifier, createNewVerifier, getAttributesDeclByName, getAttributesDecls, getElementDeclByName, getElementDecls, iterateAttributesDecls, iterateElementDecls
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TREXIslandSchema

public TREXIslandSchema(TREXGrammar grammar)
Method Detail

bind

public void bind(SchemaProvider provider,
                 ErrorHandler handler)