com.sun.msv.relaxns.grammar.relax
Class RELAXIslandSchema

java.lang.Object
  |
  +--com.sun.msv.relaxns.verifier.IslandSchemaImpl
        |
        +--com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
All Implemented Interfaces:
IslandSchema, Serializable

public class RELAXIslandSchema
extends IslandSchemaImpl

IslandSchema implementation for RELXA module.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Inner classes inherited from class com.sun.msv.relaxns.verifier.IslandSchemaImpl
IslandSchemaImpl.Binder
 
Constructor Summary
RELAXIslandSchema(RELAXModule module, Set pendingAnyOtherElements)
           
 
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

RELAXIslandSchema

public RELAXIslandSchema(RELAXModule module,
                         Set pendingAnyOtherElements)
Method Detail

bind

public void bind(SchemaProvider provider,
                 ErrorHandler handler)
          throws SAXException