| Interface | Description |
|---|---|
| MessageFormatter |
This interface provides a generic message formatting mechanism and is useful
for producing messages that must be localized and/or formatted with
replacement text.
|
| Class | Description |
|---|---|
| DefaultErrorHandler |
Default error handler.
|
| EncodingMap |
EncodingMap is a convenience class which handles conversions between IANA
encoding names and Java encoding names, and vice versa.
|
| ErrorHandlerWrapper |
This class wraps a SAX error handler in an XNI error handler.
|
| NamespaceSupport |
Namespace support for XML document handlers.
|
| ParserConfigurationSettings |
This class implements the basic operations for managing parser configuration
features and properties.
|
| SAXMessageFormatter |
Used to format SAX error messages.
|
| URI |
A class to represent a Uniform Resource Identifier (URI).
|
| XML11Char |
This class defines the basic properties of characters in XML 1.1.
|
| XMLAttributesImpl |
The XMLAttributesImpl class is an implementation of the XMLAttributes
interface which defines a collection of attributes for an element.
|
| XMLChar |
This class defines the basic XML character properties.
|
| XMLStringBuffer |
XMLString is a structure used to pass character arrays.
|
| Exception | Description |
|---|---|
| URI.MalformedURIException |
MalformedURIExceptions are thrown in the process of building a URI or setting
fields on a URI when an operation would result in an invalid URI
specification.
|
Copyright © 2023 HtmlUnit. All rights reserved.