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
          Implements a pool for document builders.
 

Methods in org.n52.security.common.xml that return DocumentBuilderPool
static DocumentBuilderPool DOMParser.getDocumentBuilderPool()
          Gets the documentBuilderPool used by pooled parsers.
 

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



Copyright © 2004–2013 52north.org. All rights reserved.