Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Method and Description |
---|---|
DocumentBuilder |
DocumentBuilderPool.acquire(DOMParserOptions options)
Acquires a DocumentBuilder with meets the requirements expressed by the options.
|
Document |
DOMParser.parse(InputSource inputSource)
Parses the inputsource.
|
Document |
DOMParser.parse(InputSource inputSource,
ErrorHandler errorhandler)
Parses the inputsource and informs the error handler about errors.
|
abstract Document |
DOMParser.parse(InputSource source,
ErrorHandler errorhandler,
EntityResolver entityResolver)
Parses the inputsource using the errorhandler and entityresolver.
|
Copyright © 2004–2016 52north.org. All rights reserved.