Class TREXIslandSchemaReader

  • All Implemented Interfaces:
    org.iso_relax.dispatcher.IslandSchemaReader, org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, org.xml.sax.XMLFilter, org.xml.sax.XMLReader

    public class TREXIslandSchemaReader
    extends org.xml.sax.helpers.XMLFilterImpl
    implements org.iso_relax.dispatcher.IslandSchemaReader
    reads extended-TREX grammar (extended by RELAX Namespace) and constructs IslandSchema.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.iso_relax.dispatcher.IslandSchema getSchema()  
      • Methods inherited from class org.xml.sax.helpers.XMLFilterImpl

        characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.xml.sax.ContentHandler

        characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
    • Constructor Detail

      • TREXIslandSchemaReader

        public TREXIslandSchemaReader​(TREXGrammarReader baseReader)
    • Method Detail

      • getSchema

        public final org.iso_relax.dispatcher.IslandSchema getSchema()
        Specified by:
        getSchema in interface org.iso_relax.dispatcher.IslandSchemaReader