summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/libcore/xml/PullParserDtdTest.java
Commit message (Expand)AuthorAgeFilesLines
* Fail parsing if there's text outside the document element.Jesse Wilson2011-02-141-18/+19
* Capture the DTD body while it is being parsed.Jesse Wilson2010-12-201-11/+40
* The last of the Kxml correctness fixes for Expat compatibility.Jesse Wilson2010-11-301-1/+19
* Resolve entity values recursively and support default attributes.Jesse Wilson2010-11-281-3/+120
* Implement DTD parsing in KxmlParser.Jesse Wilson2010-11-231-0/+37
* Test the behavior of pull parser DTD parsing / handling.Jesse Wilson2010-11-221-0/+340