Package | Description |
---|---|
org.apache.xerces.impl | |
org.apache.xerces.impl.io | |
org.apache.xerces.impl.msg | |
org.apache.xerces.impl.xs | |
org.apache.xerces.xinclude |
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.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.
|
Constructor and Description |
---|
ASCIIReader(InputStream inputStream,
byte[] buffer,
MessageFormatter messageFormatter,
Locale locale)
Constructs an ASCII reader from the specified input stream and buffer.
|
ASCIIReader(InputStream inputStream,
int size,
MessageFormatter messageFormatter,
Locale locale)
Constructs an ASCII reader from the specified input stream
and buffer size.
|
ASCIIReader(InputStream inputStream,
MessageFormatter messageFormatter,
Locale locale)
Constructs an ASCII reader from the specified input stream
using the default buffer size.
|
MalformedByteSequenceException(MessageFormatter formatter,
Locale locale,
String domain,
String key,
Object[] arguments)
Constructs a MalformedByteSequenceException with the given
parameters which may be passed to an error reporter to
generate a localized string for this exception.
|
UTF8Reader(InputStream inputStream,
byte[] buffer,
MessageFormatter messageFormatter,
Locale locale)
Constructs a UTF-8 reader from the specified input stream,
buffer and MessageFormatter.
|
UTF8Reader(InputStream inputStream,
int size,
MessageFormatter messageFormatter,
Locale locale)
Constructs a UTF-8 reader from the specified input stream,
buffer size and MessageFormatter.
|
UTF8Reader(InputStream inputStream,
MessageFormatter messageFormatter,
Locale locale)
Constructs a UTF-8 reader from the specified input stream
using the default buffer size and the given MessageFormatter.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLMessageFormatter
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for
the Namespaces Recommendation
|
Modifier and Type | Class and Description |
---|---|
class |
XSMessageFormatter
SchemaMessageProvider implements an XMLMessageProvider that
provides localizable error messages for the W3C XML Schema Language
|
Modifier and Type | Class and Description |
---|---|
class |
XIncludeMessageFormatter
XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.