Home
last modified time | relevance | path

Searched refs:checkRelaxed (Results 1 – 1 of 1) sorted by relevance

/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java222 checkRelaxed("illegal empty namespace"); in adjustNsp()
274 checkRelaxed("illegal tag name: " + name); in adjustNsp()
286 checkRelaxed("undefined prefix: " + prefix); in adjustNsp()
303 private void checkRelaxed(String errorMessage) throws XmlPullParserException { in checkRelaxed() method in KXmlParser
485 checkRelaxed(UNEXPECTED_EOF); in readUntil()
522 checkRelaxed("processing instructions must not start with xml"); in readXmlDeclaration()
529 checkRelaxed("version expected"); in readXmlDeclaration()
548 checkRelaxed("illegal standalone value: " + st); in readXmlDeclaration()
554 checkRelaxed("unexpected attributes in XML declaration"); in readXmlDeclaration()
974 checkRelaxed("read end tag " + name + " with no tags open"); in readEndTag()
[all …]