|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DOMParserOptions | |
---|---|
org.n52.security.common.xml | The XML package contains utiltiy and helper classes for xml processing. |
Uses of DOMParserOptions in org.n52.security.common.xml |
---|
Methods in org.n52.security.common.xml that return DOMParserOptions | |
---|---|
static DOMParserOptions |
DOMParserOptions.getDefault()
Method gets the default options. |
DOMParserOptions |
DOMParserOptions.ignoreComments()
Method sets the ignoreComments flag. |
DOMParserOptions |
DOMParserOptions.namespaceaware()
Method sets the namespaceaware flag. |
DOMParserOptions |
DOMParserOptions.notIgnoreComments()
Method sets the ignoreComments to false. |
DOMParserOptions |
DOMParserOptions.notNamespaceaware()
Method sets the namespaceaware flag to false. |
DOMParserOptions |
DOMParserOptions.notValidating()
Method sets the validating to false. |
DOMParserOptions |
DOMParserOptions.validating()
Method sets the validating flag. |
Methods in org.n52.security.common.xml with parameters of type DOMParserOptions | |
---|---|
javax.xml.parsers.DocumentBuilder |
DocumentBuilderPool.acquire(DOMParserOptions options)
Method acquires a DocumentBuilder with meets the requirements expressed by the options. |
javax.xml.parsers.DocumentBuilder |
DefaultDocumentBuilderPool.acquire(DOMParserOptions options)
|
protected static javax.xml.parsers.DocumentBuilder |
DOMParser.createDocumentBuilder(DOMParserOptions parseroptions)
Method creates a new DocumentBuilder with the given attributes. |
static org.w3c.dom.Document |
DOMParser.createEmptyDocument(DOMParserOptions options)
Method creates an empty Document for the given options. |
static DOMParser |
DOMParser.createNew(DOMParserOptions options)
Method creates a new DOMParser. |
static DOMParser |
DOMParser.createNonPoolingParser(DOMParserOptions options)
Method creates a non pooling Parser, with the given options. |
static DOMParser |
DOMParser.createPoolingParser(DOMParserOptions options)
Method creates a pooling Parser with the given options, using the global DocumentBuilder pool. |
static DOMParser |
DOMParser.createPoolingParser(DOMParserOptions options,
DocumentBuilderPool pool)
Method creates a pooling Parser with the given options, which uses the given document builder pool. |
void |
DocumentBuilderPool.release(javax.xml.parsers.DocumentBuilder builder,
DOMParserOptions options)
Method releases a DocumentBuilder, wich was acquired using the parser options. |
void |
DefaultDocumentBuilderPool.release(javax.xml.parsers.DocumentBuilder builder,
DOMParserOptions options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |