Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDocumentBuilderPool
Implements a pool for document builders.
|
Modifier and Type | Method and Description |
---|---|
static DocumentBuilderPool |
DOMParser.getDocumentBuilderPool()
Gets the documentBuilderPool used by pooled parsers.
|
Modifier and Type | Method and Description |
---|---|
static DOMParser |
DOMParser.createPoolingParser(DOMParserOptions options,
DocumentBuilderPool pool)
Creates a pooling Parser with the given options, which uses the given document builder pool.
|
static void |
DOMParser.setDocumentBuilderPool(DocumentBuilderPool builderPool)
Sets the documentBuilderPool.
|
Copyright © 2004–2018 52north.org. All rights reserved.