Class RELAXIslandSchema

java.lang.Object
com.sun.msv.relaxns.verifier.IslandSchemaImpl
com.sun.msv.relaxns.grammar.relax.RELAXIslandSchema
All Implemented Interfaces:
Serializable, org.iso_relax.dispatcher.IslandSchema

public class RELAXIslandSchema extends IslandSchemaImpl
IslandSchema implementation for RELXA module.
Author:
Kohsuke KAWAGUCHI
See Also:
  • Field Details

    • module

      protected final RELAXModule module
      underlying RELAX module which this IslandSchema is representing
    • pendingAnyOtherElements

      protected Set pendingAnyOtherElements
  • Constructor Details

    • RELAXIslandSchema

      public RELAXIslandSchema(RELAXModule module, Set pendingAnyOtherElements)
  • Method Details