public class ParsedXMLDocumentCreator
extends java.lang.Object
ParsedXMLDocument
.Constructor and Description |
---|
ParsedXMLDocumentCreator() |
Modifier and Type | Method and Description |
---|---|
ParsedXMLDocument |
parse(org.xml.sax.InputSource pSource)
Parses the given
InputSource , and returns an instance of ParsedXMLDocument . |
public ParsedXMLDocument parse(org.xml.sax.InputSource pSource) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
InputSource
, and returns an instance of ParsedXMLDocument
.pSource
- The InputSource
to parseParsedXMLDocument
instancejava.io.IOException
- If the input source cannot be opened/read/closedorg.xml.sax.SAXException
- If an error occurs while parsing the sourcejavax.xml.parsers.ParserConfigurationException
- If there is an error in the configuration