| Package | Description |
|---|---|
| net.sourceforge.htmlunit.xerces.impl | |
| net.sourceforge.htmlunit.xerces.impl.msg |
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,MessageFormatter> |
XMLErrorReporter.fMessageFormatters
Mapping of Message formatters for domains.
|
protected Hashtable<String,MessageFormatter> |
XMLErrorReporter.fMessageFormatters
Mapping of Message formatters for domains.
|
| Modifier and Type | Method and Description |
|---|---|
MessageFormatter |
XMLErrorReporter.getMessageFormatter(String domain)
Returns the message formatter associated with the specified domain,
or null if no message formatter is registered for that domain.
|
MessageFormatter |
XMLErrorReporter.getMessageFormatter(String domain)
Returns the message formatter associated with the specified domain,
or null if no message formatter is registered for that domain.
|
MessageFormatter |
XMLErrorReporter.removeMessageFormatter(String domain)
Removes the message formatter for the specified domain and
returns the removed message formatter.
|
MessageFormatter |
XMLErrorReporter.removeMessageFormatter(String domain)
Removes the message formatter for the specified domain and
returns the removed message formatter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLErrorReporter.putMessageFormatter(String domain,
MessageFormatter messageFormatter)
Registers a message formatter for the specified domain.
|
void |
XMLErrorReporter.putMessageFormatter(String domain,
MessageFormatter messageFormatter)
Registers a message formatter for the specified domain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLMessageFormatter
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for
the Namespaces Recommendation
|
Copyright © 2022 Gargoyle Software Inc.. All rights reserved.