org.apache.rahas.impl.util
Class AxiomParserPool

java.lang.Object
  extended by org.opensaml.xml.parse.StaticBasicParserPool
      extended by org.apache.rahas.impl.util.AxiomParserPool
All Implemented Interfaces:
org.opensaml.xml.parse.ParserPool

public class AxiomParserPool
extends org.opensaml.xml.parse.StaticBasicParserPool

Custom OpenSAML 1.x ParserPool implementation that uses a DOM aware Axiom implementation instead of requesting a DocumentBuilderFactory using JAXP.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opensaml.xml.parse.StaticBasicParserPool
org.opensaml.xml.parse.StaticBasicParserPool.DocumentBuilderProxy
 
Constructor Summary
AxiomParserPool()
           
 
Method Summary
 
Methods inherited from class org.opensaml.xml.parse.StaticBasicParserPool
checkValidModifyState, createBuilder, getBuilder, getBuilderAttributes, getBuilderFeatures, getIgnoreComments, getMaxPoolSize, getPoolSize, getSchema, initialize, initializeFactory, isCoalescing, isDTDValidating, isExpandEntityReferences, isIgnoreElementContentWhitespace, isInitialized, isNamespaceAware, isXincludeAware, newDocument, parse, parse, returnBuilder, setAttributes, setBuilderAttributes, setBuilderFeatures, setCoalescing, setDTDValidating, setExpandEntityReferences, setFeatures, setIgnoreComments, setIgnoreElementContentWhitespace, setMaxPoolSize, setNamespaceAware, setSchema, setXincludeAware
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxiomParserPool

public AxiomParserPool()