|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentBuilderPool | |
---|---|
org.n52.security.common.xml | The XML package contains utiltiy and helper classes for xml processing. |
Uses of DocumentBuilderPool in org.n52.security.common.xml |
---|
Classes in org.n52.security.common.xml that implement DocumentBuilderPool | |
---|---|
class |
DefaultDocumentBuilderPool
Class DocumentBuilderPool implements a pool for document builders. |
Methods in org.n52.security.common.xml with parameters of type DocumentBuilderPool | |
---|---|
static DOMParser |
DOMParser.createPoolingParser(DOMParserOptions options,
DocumentBuilderPool pool)
Method creates a pooling Parser with the given options, which uses the given document builder pool. |
static void |
DOMParser.setDocumentBuilderPool(DocumentBuilderPool builderPool)
Method sets the documentBuilderPool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |