Uses of Interface
org.apache.xerces.util.MessageFormatter

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(java.lang.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(java.lang.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(java.lang.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(java.io.InputStream inputStream, byte[] buffer, MessageFormatter messageFormatter, java.util.Locale locale)
          Constructs an ASCII reader from the specified input stream and buffer.
ASCIIReader(java.io.InputStream inputStream, int size, MessageFormatter messageFormatter, java.util.Locale locale)
          Constructs an ASCII reader from the specified input stream and buffer size.
ASCIIReader(java.io.InputStream inputStream, MessageFormatter messageFormatter, java.util.Locale locale)
          Constructs an ASCII reader from the specified input stream using the default buffer size.
MalformedByteSequenceException(MessageFormatter formatter, java.util.Locale locale, java.lang.String domain, java.lang.String key, java.lang.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(java.io.InputStream inputStream, byte[] buffer, MessageFormatter messageFormatter, java.util.Locale locale)
          Constructs a UTF-8 reader from the specified input stream, buffer and MessageFormatter.
UTF8Reader(java.io.InputStream inputStream, int size, MessageFormatter messageFormatter, java.util.Locale locale)
          Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.
UTF8Reader(java.io.InputStream inputStream, MessageFormatter messageFormatter, java.util.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