Package com.sun.msv.relaxns.reader.trex
Class TREXIslandSchemaReader
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
com.sun.msv.relaxns.reader.trex.TREXIslandSchemaReader
- All Implemented Interfaces:
org.iso_relax.dispatcher.IslandSchemaReader,ContentHandler,DTDHandler,EntityResolver,ErrorHandler,XMLFilter,XMLReader
public class TREXIslandSchemaReader
extends XMLFilterImpl
implements org.iso_relax.dispatcher.IslandSchemaReader
reads extended-TREX grammar (extended by RELAX Namespace)
and constructs IslandSchema.
- Author:
- Kohsuke KAWAGUCHI
-
Constructor Summary
Constructors -
Method Summary
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, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Constructor Details
-
TREXIslandSchemaReader
-
-
Method Details
-
getSchema
public final org.iso_relax.dispatcher.IslandSchema getSchema()- Specified by:
getSchemain interfaceorg.iso_relax.dispatcher.IslandSchemaReader
-