com.oxygenxml.validate.isoschematron
Class ValidatorImpl.BlockingReader

java.lang.Object
  extended by com.oxygenxml.validate.isoschematron.XMLReaderImpl
      extended by com.oxygenxml.validate.isoschematron.ValidatorImpl.BlockingReader
All Implemented Interfaces:
XMLReader
Enclosing class:
ValidatorImpl

 class ValidatorImpl.BlockingReader
extends XMLReaderImpl


Constructor Summary
ValidatorImpl.BlockingReader()
           
 
Method Summary
 ContentHandler getContentHandler()
           
 void parse(InputSource in)
           
 void setContentHandler(ContentHandler handler)
           
 
Methods inherited from class com.oxygenxml.validate.isoschematron.XMLReaderImpl
getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorImpl.BlockingReader

ValidatorImpl.BlockingReader()
Method Detail

parse

public void parse(InputSource in)
           throws SAXException
Throws:
SAXException

setContentHandler

public void setContentHandler(ContentHandler handler)

getContentHandler

public ContentHandler getContentHandler()