Searched refs:expectedRootTag (Results 1 – 1 of 1) sorted by relevance
42 public static void readDocumentStartTag(TypedXmlPullParser parser, String expectedRootTag) in readDocumentStartTag() argument47 XmlValidator.checkParserCondition(expectedRootTag.equals(tagName), in readDocumentStartTag()48 "Unexpected root tag found %s, expected %s", tagName, expectedRootTag); in readDocumentStartTag() local