BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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

Packages that use MessageFormatter
weblogic.apache.xerces.impl   
weblogic.apache.xerces.impl.io   
weblogic.apache.xerces.impl.msg   
weblogic.apache.xerces.impl.xs   
 

Uses of MessageFormatter in weblogic.apache.xerces.impl
 

Methods in weblogic.apache.xerces.impl that return MessageFormatter
 MessageFormatter XMLErrorReporter.getMessageFormatter(String domain)
          Deprecated. 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)
          Deprecated. Removes the message formatter for the specified domain and returns the removed message formatter.
 

Methods in weblogic.apache.xerces.impl with parameters of type MessageFormatter
 void XMLErrorReporter.putMessageFormatter(String domain, MessageFormatter messageFormatter)
          Deprecated. Registers a message formatter for the specified domain.
 

Uses of MessageFormatter in weblogic.apache.xerces.impl.io
 

Constructors in weblogic.apache.xerces.impl.io with parameters of type MessageFormatter
UTF8Reader(InputStream inputStream, MessageFormatter messageFormatter, Locale locale)
          Deprecated. Constructs a UTF-8 reader from the specified input stream using the default buffer size and the given MessageFormatter.
UTF8Reader(InputStream inputStream, int size, MessageFormatter messageFormatter, Locale locale)
          Deprecated. Constructs a UTF-8 reader from the specified input stream, buffer size and MessageFormatter.
ASCIIReader(InputStream inputStream, MessageFormatter messageFormatter, Locale locale)
          Deprecated. Constructs an ASCII reader from the specified input stream using the default buffer size.
ASCIIReader(InputStream inputStream, int size, MessageFormatter messageFormatter, Locale locale)
          Deprecated. Constructs an ASCII reader from the specified input stream and buffer size.
 

Uses of MessageFormatter in weblogic.apache.xerces.impl.msg
 

Classes in weblogic.apache.xerces.impl.msg that implement MessageFormatter
 class XMLMessageFormatter
          Deprecated. please use JDK supplied XML parsers and transformers
 

Uses of MessageFormatter in weblogic.apache.xerces.impl.xs
 

Classes in weblogic.apache.xerces.impl.xs that implement MessageFormatter
 class XSMessageFormatter
          Deprecated. please use JDK supplied XML parsers and transformers
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.