Uses of Interface
net.shibboleth.utilities.java.support.xml.ParserPool
-
Packages that use ParserPool Package Description net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. -
-
Uses of ParserPool in net.shibboleth.utilities.java.support.xml
Classes in net.shibboleth.utilities.java.support.xml that implement ParserPool Modifier and Type Class Description classBasicParserPoolA pool of JAXP 1.3DocumentBuilders.Fields in net.shibboleth.utilities.java.support.xml declared as ParserPool Modifier and Type Field Description private ParserPoolBasicParserPool.DocumentBuilderProxy. owningPoolPool that owns this parser.Methods in net.shibboleth.utilities.java.support.xml that return ParserPool Modifier and Type Method Description protected ParserPoolBasicParserPool.DocumentBuilderProxy. getOwningPool()Gets the pool that owns this parser.
-