net.sf.ediknight.codec.xml.parser
Class XMLParserFactory
java.lang.Object
net.sf.ediknight.ParserFactory<XMLFormat>
net.sf.ediknight.codec.xml.parser.XMLParserFactory
public final class XMLParserFactory
- extends net.sf.ediknight.ParserFactory<XMLFormat>
A parser factory returning a XML parser.
| Methods inherited from class net.sf.ediknight.ParserFactory |
findParserFactories, findParserFactories, findParserFactory, findParserFactory, isFormatSupported |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLParserFactory
public XMLParserFactory()
newParser
public net.sf.ediknight.Parser<XMLFormat> newParser()
throws net.sf.ediknight.ConfigurationException
-
- Specified by:
newParser in class net.sf.ediknight.ParserFactory<XMLFormat>
- Throws:
net.sf.ediknight.ConfigurationException- See Also:
ParserFactory.newParser()
getFormatClass
public Class<? extends net.sf.ediknight.Format> getFormatClass()
-
- Specified by:
getFormatClass in class net.sf.ediknight.ParserFactory<XMLFormat>
- See Also:
ParserFactory.getFormatClass()
getContentHandler
public ContentHandler getContentHandler(OutputStream out)
-
- Specified by:
getContentHandler in class net.sf.ediknight.ParserFactory<XMLFormat>
- See Also:
ParserFactory.getContentHandler(
java.io.OutputStream)