convert.relaxng.input.parse
Class ParseInputFormat
java.lang.Object
convert.relaxng.input.parse.ParseInputFormat
- All Implemented Interfaces:
- InputFormat
- Direct Known Subclasses:
- CompactParseInputFormat, SAXParseInputFormat
public abstract class ParseInputFormat
- extends java.lang.Object
- implements InputFormat
Method Summary |
SchemaCollection |
load(java.lang.String uri,
java.lang.String[] params,
java.lang.String outputFormat,
org.xml.sax.ErrorHandler eh)
|
protected abstract Parseable |
makeParseable(org.xml.sax.InputSource in,
org.xml.sax.ErrorHandler eh)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseInputFormat
protected ParseInputFormat(boolean commentsNeedTrimming)
load
public SchemaCollection load(java.lang.String uri,
java.lang.String[] params,
java.lang.String outputFormat,
org.xml.sax.ErrorHandler eh)
throws InputFailedException,
InvalidParamsException,
java.io.IOException,
org.xml.sax.SAXException
- Specified by:
load
in interface InputFormat
- Throws:
InputFailedException
InvalidParamsException
java.io.IOException
org.xml.sax.SAXException
makeParseable
protected abstract Parseable makeParseable(org.xml.sax.InputSource in,
org.xml.sax.ErrorHandler eh)