Package org.apache.rahas.impl.util
Class AxiomParserPool
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.utilities.java.support.xml.BasicParserPool
org.apache.rahas.impl.util.AxiomParserPool
- All Implemented Interfaces:
net.shibboleth.utilities.java.support.component.Component
,net.shibboleth.utilities.java.support.component.DestructableComponent
,net.shibboleth.utilities.java.support.component.InitializableComponent
,net.shibboleth.utilities.java.support.xml.ParserPool
public class AxiomParserPool
extends net.shibboleth.utilities.java.support.xml.BasicParserPool
Custom OpenSAML
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 net.shibboleth.utilities.java.support.xml.BasicParserPool
net.shibboleth.utilities.java.support.xml.BasicParserPool.DocumentBuilderProxy
-
Constructor Summary
-
Method Summary
Methods inherited from class net.shibboleth.utilities.java.support.xml.BasicParserPool
buildDefaultFeatures, createBuilder, doDestroy, doInitialize, getBuilder, getBuilderAttributes, getBuilderFeatures, getEntityResolver, getErrorHandler, getMaxPoolSize, getPoolSize, getSchema, isCoalescing, isDTDValidating, isExpandEntityReferences, isIgnoreComments, isIgnoreElementContentWhitespace, isNamespaceAware, isXincludeAware, newDocument, parse, parse, returnBuilder, setBuilderAttributes, setBuilderFeatures, setCoalescing, setDTDValidating, setEntityResolver, setErrorHandler, setExpandEntityReferences, setIgnoreComments, setIgnoreElementContentWhitespace, setMaxPoolSize, setNamespaceAware, setSchema, setSecurityManagerAttributeName, setXincludeAware
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, initialize, isDestroyed, isInitialized
-
Constructor Details
-
AxiomParserPool
public AxiomParserPool()
-