public class XmlCompare extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
FEATURE_XML_ROUNDTRIP |
| Constructor and Description |
|---|
XmlCompare() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getNextElementText(XmlPullParser parser)
Returns the next Element in the stream (including all sub elements) as a String
|
static void |
main(String[] args) |
protected static final String FEATURE_XML_ROUNDTRIP
public static void main(String[] args) throws XmlPullParserException, IOException
XmlPullParserExceptionIOExceptionpublic static String getNextElementText(XmlPullParser parser) throws XmlPullParserException, IOException
parser - XmlPullParserExceptionIOExceptionCopyright © 2013. All Rights Reserved.