Uses of Class
com.echomine.jabber.JabberContentHandler

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

Uses of JabberContentHandler in com.echomine.jabber
 

Fields in com.echomine.jabber declared as JabberContentHandler
protected  JabberContentHandler JabberProtocol.contentHandler
           
 

Methods in com.echomine.jabber with parameters of type JabberContentHandler
 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.
 

Constructors in com.echomine.jabber with parameters of type JabberContentHandler
JabberProtocol(JabberContentHandler contentHandler, MessageRequestQueue queue)
           
 

Uses of JabberContentHandler in com.echomine.jabber.parser
 

Methods in com.echomine.jabber.parser with parameters of type JabberContentHandler
 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.