summaryrefslogtreecommitdiffstats
path: root/xml/src/main/java/org/kxml2
Commit message (Expand)AuthorAgeFilesLines
* XML Pull Parser optimizationsKevin Hart2016-04-201-8/+66
* Improve support for non-BMP characters in XML.Elliott Hughes2014-10-181-15/+38
* 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-042-2/+2
* Remove obsolete ThirdPartyProject.prop files.Elliott Hughes2012-09-201-9/+0
* Add a test for KxmlSerializer attributes with whitespace chars.Jesse Wilson2012-08-013-830/+0
* 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
* | Merge commit '995a3842' into manualmergeJesse Wilson2011-02-141-1/+4
|\ \ | |/
| * Fail parsing if there's text outside the document element.Jesse Wilson2011-02-141-1/+4
* | Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid proble...Elliott Hughes2011-01-131-7/+6
|/
* 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-082-13/+7
* 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
* am 3d667044: am 16b704e4: add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+9
|\
| * add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+9
* | Remove the luni localized exception messages.Elliott Hughes2010-05-241-1/+1
* | Remove more localized exception messages.Elliott Hughes2010-05-212-14/+12
* | Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-135-99/+99
* | 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
* Fix KXmlSerializer so it won't generate invalid XML.Elliott Hughes2009-11-181-7/+36
* Various XML fixes.Elliott Hughes2009-11-171-5/+19
* Remove org.kxml2.wap.Elliott Hughes2009-11-136-2701/+0
* Bring our kxml2 up to date with upstream.Elliott Hughes2009-11-092-262/+319
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0311-0/+5486
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0311-5486/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-175-114/+234
* Initial ContributionThe Android Open Source Project2008-10-2111-0/+5366