org.eigenbase.xom.wrappers
Class JaxpDOMParser
java.lang.Object
org.eigenbase.xom.wrappers.GenericDOMParser
org.eigenbase.xom.wrappers.JaxpDOMParser
- All Implemented Interfaces:
- Locator, Parser, ErrorHandler
public class JaxpDOMParser
- extends GenericDOMParser
A JaxpDOMParser implements Parser using
a JAXP-compliant parser.
- Since:
- Aug 29, 2002
- Author:
- jhyde
-
-
| Methods inherited from class org.eigenbase.xom.wrappers.GenericDOMParser |
create, error, fatalError, getLocation, handleErrors, isKeepPositions, parse, parse, parse, parse, prepareParse, setKeepPositions, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxpDOMParser
public JaxpDOMParser()
throws XOMException
- Creates a non-validating parser.
- Throws:
XOMException
JaxpDOMParser
public JaxpDOMParser(boolean validating)
throws XOMException
- Creates a parser.
- Throws:
XOMException
parseInputSource
protected Document parseInputSource(InputSource in)
throws XOMException
- Description copied from class:
GenericDOMParser
- Parses the specified URI and returns the document.
- Specified by:
parseInputSource in class GenericDOMParser
- Throws:
XOMException - on error- Parameters:
in - Input source
- Returns:
- Document