OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkrelaxed
(Results
1 - 2
of
2
) sorted by null
/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java
222
checkRelaxed
("illegal empty namespace");
274
checkRelaxed
("illegal tag name: " + name);
286
checkRelaxed
("undefined prefix: " + prefix);
303
private void
checkRelaxed
(String errorMessage) throws XmlPullParserException {
485
checkRelaxed
(UNEXPECTED_EOF);
522
checkRelaxed
("processing instructions must not start with xml");
529
checkRelaxed
("version expected");
548
checkRelaxed
("illegal standalone value: " + st);
554
checkRelaxed
("unexpected attributes in XML declaration");
[
all
...]
/external/vogar/lib/
kxml-libcore-20110123.jar
Completed in 92 milliseconds