Uses of Class
net.shibboleth.utilities.java.support.xml.XMLParserException
Packages that use XMLParserException
Package
Description
A set of helper functions for performing actions on DOM nodes.
-
Uses of XMLParserException in net.shibboleth.utilities.java.support.xml
Methods in net.shibboleth.utilities.java.support.xml that throw XMLParserExceptionModifier and TypeMethodDescriptionprotected DocumentBuilderBasicParserPool.createBuilder()Creates a new document builder.BasicParserPool.getBuilder()Gets a builder from the pool.ParserPool.getBuilder()Gets a builder from the pool.BasicParserPool.newDocument()Convenience method for creating a new document with a pooled builder.ParserPool.newDocument()Convenience method for creating a new document with a pooled builder.BasicParserPool.parse(InputStream input) Convenience method for parsing an XML file using a pooled builder.Convenience method for parsing an XML file using a pooled builder.ParserPool.parse(InputStream input) Convenience method for parsing an XML file using a pooled builder.Convenience method for parsing an XML file using a pooled builder.