public class DefaultDocumentBuilderPool extends AbstractObjectPool<DocumentBuilder,DOMParserOptions> implements DocumentBuilderPool
Constructor and Description |
---|
DefaultDocumentBuilderPool() |
Modifier and Type | Method and Description |
---|---|
DocumentBuilder |
create(DOMParserOptions key)
only create needs to be implemented by sub classes.
|
acquire, destroy, destroy, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acquire, release
public DocumentBuilder create(DOMParserOptions key)
AbstractObjectPool
create
in class AbstractObjectPool<DocumentBuilder,DOMParserOptions>
Copyright © 2004–2018 52north.org. All rights reserved.