summaryrefslogtreecommitdiffstats
path: root/xml/src/main/java/org/kxml2/io/KXmlParser.java
Commit message (Expand)AuthorAgeFilesLines
* XML Pull Parser optimizationsKevin Hart2016-04-201-8/+66
* Get stricter about DOCTYPEs.Narayan Kamath2013-10-161-0/+9
* Fix unexpected EOF handling by KXmlParser.Vladimir Marko2013-06-281-5/+15
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2012-12-041-1/+1
* am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an expli...Jesse Wilson2011-05-171-80/+89
|\
| * Skip BOM characters even with an explicit charset.Jesse Wilson2011-05-161-80/+89
* | Fix various FindBugs warnings.Elliott Hughes2011-02-171-3/+3
|/
* Fail parsing if there's text outside the document element.Jesse Wilson2011-02-141-1/+4
* Capture the DTD body while it is being parsed.Jesse Wilson2010-12-201-12/+36
* Fix a bunch of javac -Xlint warnings in our code.Elliott Hughes2010-12-081-2/+3
* The last of the Kxml correctness fixes for Expat compatibility.Jesse Wilson2010-11-301-9/+33
* Fix XML DOM test failures and close guard warnings.Jesse Wilson2010-11-291-28/+77
* Resolve entity values recursively and support default attributes.Jesse Wilson2010-11-281-55/+214
* Implement DTD parsing in KxmlParser.Jesse Wilson2010-11-231-72/+406
* Change KxmlParser.next() to use one while loop instead of two.Jesse Wilson2010-11-201-121/+137
* Fix problems with entity references and relaxed namespaces.Jesse Wilson2010-11-191-29/+29
* Add interning to KxmlPullParser.Jesse Wilson2010-11-161-4/+7
* Optimize KxmlParser.Jesse Wilson2010-11-121-522/+663
* Style cleanup of some XML code.Jesse Wilson2010-11-041-447/+352
* Remove more localized exception messages.Elliott Hughes2010-05-211-1/+1
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-16/+16
* Convert tabs to spaces.Elliott Hughes2010-05-131-61/+55
* Filling in some gaps in our XML DOM v3 API.Jesse Wilson2010-02-191-8/+39
* Various XML fixes.Elliott Hughes2009-11-171-5/+19
* Bring our kxml2 up to date with upstream.Elliott Hughes2009-11-091-83/+93
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1440
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1440/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-5/+7
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1438