|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 IRule s
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 IRule s 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 IRule s provided when the
XMLParser was instantiated. |
void |
XMLParser.parse(InputStream source,
T userObject)
Parse the XML out of the given stream matching the IRule s
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 IRule s when parsing any
XML content. |
|
Copyright 2011 The Buzz Media, LLC | |||||||||
PREV NEXT | FRAMES NO FRAMES |