Class TREXIslandSchema

  • All Implemented Interfaces:
    java.io.Serializable, org.iso_relax.dispatcher.IslandSchema

    public class TREXIslandSchema
    extends IslandSchemaImpl
    IslandSchema implementation for TREX pattern.
    See Also:
    Serialized Form
    • Field Detail

      • grammar

        protected final TREXGrammar grammar
        underlying TREX pattern which this IslandSchema is representing
    • Constructor Detail

      • TREXIslandSchema

        public TREXIslandSchema​(TREXGrammar grammar)
    • Method Detail

      • bind

        public void bind​(org.iso_relax.dispatcher.SchemaProvider provider,
                         org.xml.sax.ErrorHandler handler)