convert.relaxng.input.parse.compact
Class CompactParseInputFormat

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

public class CompactParseInputFormat
extends ParseInputFormat


Constructor Summary
CompactParseInputFormat()
           
 
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

CompactParseInputFormat

public CompactParseInputFormat()
Method Detail

makeParseable

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