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:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, IslandSchemaReader, XMLFilter, XMLReader

public class TREXIslandSchemaReader
extends XMLFilterImpl
implements IslandSchemaReader

reads extended-TREX grammar (extended by RELAX Namespace) and constructs IslandSchema.

Author:
Kohsuke KAWAGUCHI

Constructor Summary
TREXIslandSchemaReader(TREXGrammarReader baseReader)
           
 
Method Summary
 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
equals, 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 IslandSchema getSchema()
Specified by:
getSchema in interface IslandSchemaReader