Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.media.mn8.protocol.jabber.xmlparser.ReadEndChecker

Uses of ReadEndChecker in org.media.mn8.protocol.jabber.xmlparser
 

Classes in org.media.mn8.protocol.jabber.xmlparser that implement ReadEndChecker
(package private)  class XMLParser.InPlaintextReadEndChecker
          Class to indicate the end of reading a plain text section
(package private)  class XMLParser.InTagReadEndChecker
          Class to indicate the end of reading a tag section
 

Methods in org.media.mn8.protocol.jabber.xmlparser with parameters of type ReadEndChecker
private  java.lang.String XMLParser.readUntilEnd(ReadEndChecker checker)
          Method to read until an end condition.