Uses of Class
com.echomine.jabber.JabberErrorHandler

Packages that use JabberErrorHandler
com.echomine.jabber   
com.echomine.jabber.parser   
 

Uses of JabberErrorHandler in com.echomine.jabber
 

Fields in com.echomine.jabber declared as JabberErrorHandler
protected  JabberErrorHandler JabberProtocol.errorHandler
           
 

Methods in com.echomine.jabber with parameters of type JabberErrorHandler
 void JabberSAXParser.parse(boolean validating, boolean namespaceAware, JabberContentHandler contentHandler, JabberErrorHandler errorHandler, org.xml.sax.InputSource reader)
          this method will create the parser, set the handlers, and run the parser.
 

Uses of JabberErrorHandler in com.echomine.jabber.parser
 

Methods in com.echomine.jabber.parser with parameters of type JabberErrorHandler
 void JabberXPPParser.parse(boolean validating, boolean namespaceAware, JabberContentHandler contentHandler, JabberErrorHandler errorHandler, org.xml.sax.InputSource reader)
          this method will create the parser, set the handlers, and run the parser.
 void JabberJAXPParser.parse(boolean validating, boolean namespaceAware, JabberContentHandler contentHandler, JabberErrorHandler errorHandler, org.xml.sax.InputSource reader)
          this method will create the parser, set the handlers, and run the parser.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.