Searched refs:expectedAttributes (Results 1 – 1 of 1) sorted by relevance
64 TypedXmlPullParser parser, String... expectedAttributes) throws XmlParserException { in checkTagHasNoUnexpectedAttributes() argument65 if (expectedAttributes == null || expectedAttributes.length == 0) { in checkTagHasNoUnexpectedAttributes()76 checkParserCondition(ArrayUtils.contains(expectedAttributes, attributeName), in checkTagHasNoUnexpectedAttributes()