convert.relaxng.input.parse.sax
Class SAXParseInputFormat

java.lang.Object
  extended by convert.relaxng.input.parse.ParseInputFormat
      extended by convert.relaxng.input.parse.sax.SAXParseInputFormat
All Implemented Interfaces:
InputFormat

public class SAXParseInputFormat
extends ParseInputFormat


Constructor Summary
SAXParseInputFormat()
           
 
Method Summary
 Parseable makeParseable(org.xml.sax.InputSource in, org.xml.sax.ErrorHandler eh)
           
 
Methods inherited from class convert.relaxng.input.parse.ParseInputFormat
load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXParseInputFormat

public SAXParseInputFormat()
Method Detail

makeParseable

public Parseable makeParseable(org.xml.sax.InputSource in,
                               org.xml.sax.ErrorHandler eh)
Specified by:
makeParseable in class ParseInputFormat