|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageFormatter | |
---|---|
org.apache.xerces.impl | |
org.apache.xerces.impl.io | |
org.apache.xerces.impl.msg | |
org.apache.xerces.impl.xs | |
org.apache.xerces.xinclude |
Uses of MessageFormatter in org.apache.xerces.impl |
---|
Methods in org.apache.xerces.impl that return MessageFormatter | |
---|---|
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. |
Methods in org.apache.xerces.impl with parameters of type MessageFormatter | |
---|---|
void |
XMLErrorReporter.putMessageFormatter(String domain,
MessageFormatter messageFormatter)
Registers a message formatter for the specified domain. |
Uses of MessageFormatter in org.apache.xerces.impl.io |
---|
Constructors in org.apache.xerces.impl.io with parameters of type MessageFormatter | |
---|---|
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. |
|
UTF16Reader(InputStream inputStream,
boolean isBigEndian,
MessageFormatter messageFormatter,
Locale locale)
Constructs a UTF-16 reader from the specified input stream using the default buffer size and the given MessageFormatter. |
|
UTF16Reader(InputStream inputStream,
byte[] buffer,
boolean isBigEndian,
MessageFormatter messageFormatter,
Locale locale)
Constructs a UTF-16 reader from the specified input stream, buffer and MessageFormatter. |
|
UTF16Reader(InputStream inputStream,
int size,
boolean isBigEndian,
MessageFormatter messageFormatter,
Locale locale)
Constructs a UTF-16 reader from the specified input stream and buffer size and given MessageFormatter. |
|
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. |
Uses of MessageFormatter in org.apache.xerces.impl.msg |
---|
Classes in org.apache.xerces.impl.msg that implement MessageFormatter | |
---|---|
class |
XMLMessageFormatter
XMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation |
Uses of MessageFormatter in org.apache.xerces.impl.xs |
---|
Classes in org.apache.xerces.impl.xs that implement MessageFormatter | |
---|---|
class |
XSMessageFormatter
SchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language |
Uses of MessageFormatter in org.apache.xerces.xinclude |
---|
Classes in org.apache.xerces.xinclude that implement MessageFormatter | |
---|---|
class |
XIncludeMessageFormatter
XIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |