Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.util.MessageFormatter
-
-
Uses of MessageFormatter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return MessageFormatter Modifier and Type Method Description MessageFormatterXMLErrorReporter. getMessageFormatter(String domain)Returns the message formatter associated with the specified domain, or null if no message formatter is registered for that domain.MessageFormatterXMLErrorReporter. removeMessageFormatter(String domain)Removes the message formatter for the specified domain and returns the removed message formatter.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type MessageFormatter Modifier and Type Method Description voidXMLErrorReporter. putMessageFormatter(String domain, MessageFormatter messageFormatter)Registers a message formatter for the specified domain. -
Uses of MessageFormatter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.io
Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.io with parameters of type MessageFormatter Constructor 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.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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.msg
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.msg that implement MessageFormatter Modifier and Type Class Description classXMLMessageFormatterXMLMessageFormatter provides error messages for the XML 1.0 Recommendation and for the Namespaces Recommendation -
Uses of MessageFormatter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement MessageFormatter Modifier and Type Class Description classXSMessageFormatterSchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language -
Uses of MessageFormatter in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that implement MessageFormatter Modifier and Type Class Description classXIncludeMessageFormatterXIncludeMessageFormatter provides error messages for the XInclude 1.0 Candidate Recommendation
-