summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/xml/PullParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* Fix unexpected EOF handling by KXmlParser.Vladimir Marko2013-06-281-0/+34
* Warn about a fixed bug in XmlPullParser.nextText()Jesse Wilson2011-11-111-0/+22
* Skip BOM characters even with an explicit charset.Jesse Wilson2011-05-161-1/+26
* Fail parsing if there's text outside the document element.Jesse Wilson2011-02-141-56/+35
* Capture the DTD body while it is being parsed.Jesse Wilson2010-12-201-0/+9
* The last of the Kxml correctness fixes for Expat compatibility.Jesse Wilson2010-11-301-24/+15
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-13/+53
* Resolve entity values recursively and support default attributes.Jesse Wilson2010-11-281-0/+11
* Test the behavior of pull parser DTD parsing / handling.Jesse Wilson2010-11-221-34/+1
* Move XML parser tests out of apache/harmony/xml.Jesse Wilson2010-11-221-0/+716