Methods in org.n52.security.common.xml that throw DOMParserException |
javax.xml.parsers.DocumentBuilder |
DocumentBuilderPool.acquire(DOMParserOptions options)
Method acquires a DocumentBuilder with meets the requirements expressed by the options. |
org.w3c.dom.Document |
DOMParser.parse(org.xml.sax.InputSource inputSource)
Method parses the inputsource. |
org.w3c.dom.Document |
DOMParser.parse(org.xml.sax.InputSource inputSource,
org.xml.sax.ErrorHandler errorhandler)
Method parses the inputsource and informs the error handler about errors. |
abstract org.w3c.dom.Document |
DOMParser.parse(org.xml.sax.InputSource source,
org.xml.sax.ErrorHandler errorhandler,
org.xml.sax.EntityResolver entityResolver)
Method parses the inputsource using the errorhandler and entityresolver. |