HomeSort by relevance Sort by last modified time
    Searched refs:BodyParser (Results 1 - 4 of 4) sorted by null

  /external/smack/src/com/kenai/jbosh/
BodyParser.java 24 interface BodyParser {
StaticBody.java 44 private static final BodyParser PARSER =
BodyParserSAX.java 33 * Implementation of the BodyParser interface which uses the SAX API
39 final class BodyParserSAX implements BodyParser {
154 // BodyParser interface methods:
BodyParserXmlPull.java 30 * Implementation of the BodyParser interface which uses the XmlPullParser
34 final class BodyParserXmlPull implements BodyParser {
56 // BodyParser interface methods:

Completed in 1168 milliseconds