Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Method and Description |
---|---|
static DOMParser |
DOMParser.createNew()
Creates a new DOMParser.
|
static DOMParser |
DOMParser.createNew(DOMParserOptions options)
Creates a new DOMParser.
|
static DOMParser |
DOMParser.createNonPoolingParser()
Creates a non pooling Parser, with default options.
|
static DOMParser |
DOMParser.createNonPoolingParser(DOMParserOptions options)
Creates a non pooling Parser, with the given options.
|
static DOMParser |
DOMParser.createPoolingParser()
Creates a pooling Parser with default options and using the global DocumentBuilder pool.
|
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.
|
Copyright © 2004–2018 52north.org. All rights reserved.