Class XmlCompare
java.lang.Object
XmlCompare
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
compareXmlTwoFiles
(Reader rr, Reader rq) static String
getNextElementText
(XmlPullParser parser) Returns the next Element in the stream (including all sub elements) as a Stringstatic void
-
Field Details
-
FEATURE_XML_ROUNDTRIP
- See Also:
-
-
Constructor Details
-
XmlCompare
public XmlCompare()
-
-
Method Details
-
main
- Throws:
XmlPullParserException
IOException
-
getNextElementText
public static String getNextElementText(XmlPullParser parser) throws XmlPullParserException, IOException Returns the next Element in the stream (including all sub elements) as a String- Parameters:
parser
-- Returns:
- Throws:
XmlPullParserException
IOException
-
compareXmlTwoFiles
- Throws:
XmlPullParserException
IOException
-