See: Description
Interface | Description |
---|---|
ParserPool |
A pool of XML parsers.
|
Class | Description |
---|---|
AttributeSupport |
Set of helper methods for working with DOM Attributes.
|
BasicParserPool |
A pool of JAXP 1.3
DocumentBuilder 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 a
Logger 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 a
Schema 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 of
NamespaceContext based on a map from prefix values to corresponding URIs. |
XMLConstants |
XML related constants.
|
Enum | Description |
---|---|
SchemaBuilder.SchemaLanguage |
Language of the schema files.
|
XMLSpace |
Enum representing the allowed values of the xml:space attribute.
|
Exception | Description |
---|---|
XMLParserException |
An exception thrown when there is a problem creating an XML parser or parsing XML with on.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.