|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentBuilderPool
Interface DocumentBuilderPool describes a pool for DocumentBuilders.
Currently the usage of this class is encapsulated within the DOMParser class.
Method Summary | |
---|---|
javax.xml.parsers.DocumentBuilder |
acquire(DOMParserOptions options)
Method acquires a DocumentBuilder with meets the requirements expressed by the options. |
void |
release(javax.xml.parsers.DocumentBuilder builder,
DOMParserOptions options)
Method releases a DocumentBuilder, wich was acquired using the parser options. |
Method Detail |
---|
javax.xml.parsers.DocumentBuilder acquire(DOMParserOptions options) throws DOMParserException
options
- the options.
DOMParserException
- if builder can not acquired.void release(javax.xml.parsers.DocumentBuilder builder, DOMParserOptions options)
builder
- the builder.options
- the options.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |