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.
-
Field Summary
Fields -
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, 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
-
Field Details
-
baseReader
-
-
Constructor Details
-
TREXIslandSchemaReader
-
-
Method Details
-
getSchema
public final org.iso_relax.dispatcher.IslandSchema getSchema()- Specified by:
getSchema
in interfaceorg.iso_relax.dispatcher.IslandSchemaReader
-