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.
|
DocumentBuilder |
DefaultDocumentBuilderPool.create(DOMParserOptions key) |
protected static DocumentBuilder |
DOMParser.createDocumentBuilder(DOMParserOptions parseroptions)
Creates a new DocumentBuilder with the given attributes.
|
static Document |
DOMParser.createEmptyDocument(DOMParserOptions options) |
static DOMParser |
DOMParser.createNew(DOMParserOptions options)
Creates a new DOMParser.
|
static DOMParser |
DOMParser.createNonPoolingParser(DOMParserOptions options)
Creates a non pooling Parser, with the given options.
|
static DOMParser |
DOMParser.createPoolingParser(DOMParserOptions options)
Creates a pooling Parser with the given options, using the global DocumentBuilder pool.
|
static DOMParser |
DOMParser.createPoolingParser(DOMParserOptions options,
DocumentBuilderPool pool)
Creates a pooling Parser with the given options, which uses the given document builder pool.
|
void |
DocumentBuilderPool.release(DocumentBuilder builder,
DOMParserOptions options)
Releases a DocumentBuilder, wich was acquired using the parser options.
|
Copyright © 2004–2018 52north.org. All rights reserved.