Uses of Interface
org.n52.security.common.xml.DocumentBuilderPool

Packages that use DocumentBuilderPool
org.n52.security.common.xml The XML package contains utiltiy and helper classes for xml processing.
 

Uses of DocumentBuilderPool in org.n52.security.common.xml
 

Classes in org.n52.security.common.xml that implement DocumentBuilderPool
 class DefaultDocumentBuilderPool
          Class DocumentBuilderPool implements a pool for document builders.
 

Methods in org.n52.security.common.xml with parameters of type DocumentBuilderPool
static DOMParser DOMParser.createPoolingParser(DOMParserOptions options, DocumentBuilderPool pool)
          Method creates a pooling Parser with the given options, which uses the given document builder pool.
static void DOMParser.setDocumentBuilderPool(DocumentBuilderPool builderPool)
          Method sets the documentBuilderPool.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.