Package net.shibboleth.utilities.java.support.xml
A set of helper functions for performing actions on DOM nodes.
-
Interface Summary Interface Description ParserPool A pool of XML parsers. -
Class Summary Class Description AttributeSupport Set of helper methods for working with DOM Attributes.BasicParserPool A pool of JAXP 1.3DocumentBuilder
s.ClasspathResolver A entity resolver that resolves an entity's location within the classpath.DOMTypeSupport Set of helper methods for working with DOM data types.ElementSupport Set of helper methods for working with DOM Elements.LoggingErrorHandler A SAX error handler that logs errors to aLogger
before rethrowing them.NamespaceSupport Set of helper methods for working with DOM namespaces.QNameSupport Set of helper methods for working with DOM QNames.SchemaBuilder A class for building aSchema
from a set of inputs, allowing for manipulation of the underlying factory.SerializeSupport Set of helper functions for serializing/writing DOM nodes.SimpleNamespaceContext Simple implementation ofNamespaceContext
based on a map from prefix values to corresponding URIs.XMLConstants XML related constants. -
Enum Summary Enum Description SchemaBuilder.SchemaLanguage Language of the schema files.XMLSpace Enum representing the allowed values of the xml:space attribute. -
Exception Summary Exception Description XMLParserException An exception thrown when there is a problem creating an XML parser or parsing XML with on.