com.softwareag.centrasite.appl.framework.parser
Class ParsedXMLDocumentCreator
java.lang.Object
com.softwareag.centrasite.appl.framework.parser.ParsedXMLDocumentCreator
public class ParsedXMLDocumentCreator
- extends java.lang.Object
An instance of this class may be used to parse XML documents. It creates
instances of ParsedXMLDocument
.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsedXMLDocumentCreator
public ParsedXMLDocumentCreator()
parse
public ParsedXMLDocument parse(org.xml.sax.InputSource pSource)
throws java.io.IOException,
org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
- Parses the given
InputSource
, and returns an instance of
ParsedXMLDocument
.
- Throws:
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException