Uses of Class
com.thebuzzmedia.sjxp.XMLParserException

Packages that use XMLParserException
com.thebuzzmedia.sjxp   
 

Uses of XMLParserException in com.thebuzzmedia.sjxp
 

Methods in com.thebuzzmedia.sjxp that throw XMLParserException
 void XMLParser.parse(InputStream source)
          Parse the XML out of the given stream matching the IRules provided when the XMLParser was instantiated.
 void XMLParser.parse(InputStream source, String encoding)
          Parse the XML out of the given stream (producing content matching the given encoding) matching the IRules provided when the XMLParser was instantiated.
 void XMLParser.parse(InputStream source, String encoding, T userObject)
          Parse the XML out of the given stream (producing content matching the given encoding) matching the IRules provided when the XMLParser was instantiated.
 void XMLParser.parse(InputStream source, T userObject)
          Parse the XML out of the given stream matching the IRules provided when the XMLParser was instantiated.
 

Constructors in com.thebuzzmedia.sjxp that throw XMLParserException
XMLParser(IRule<T>... rules)
          Create a new parser that uses the given IRules when parsing any XML content.
 


Copyright 2011 The Buzz Media, LLC