summaryrefslogtreecommitdiffstats
path: root/xml/src/main
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
* Fix typo.Elliott Hughes2014-04-231-1/+1
* Fix compatibility issues in XmlPullParserFactory.Narayan Kamath2014-02-131-27/+86
* Fix a javadoc typo.Elliott Hughes2013-12-111-2/+2
* Fix build.Narayan Kamath2013-10-181-2/+12
* Simplify code in XmlPullParserFactory.Narayan Kamath2013-10-171-202/+25
* 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-202-18/+0
* Add a test for KxmlSerializer attributes with whitespace chars.Jesse Wilson2012-08-014-839/+0
* Use weasel words to cover changed behavior around END_DOCUMENT.Jesse Wilson2012-05-101-2/+2
* Fix a minor documentation bug in XmlPullParser.Elliott Hughes2012-04-181-0/+1
* Warn about a fixed bug in XmlPullParser.nextText()Jesse Wilson2011-11-111-1/+10
* 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 more FindBugs warnings: DM_BOOLEAN_CTOR.Elliott Hughes2011-02-241-6/+4
* | Remove most of our remaining non-API StringBuffer usage.Elliott Hughes2011-02-222-4/+4
* | 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
* Merge "Fix a typo in the XmlPullParser example." into dalvik-devJesse Wilson2010-11-171-1/+1
|\
| * Fix a typo in the XmlPullParser example.Jesse Wilson2010-11-141-1/+1
* | Add interning to KxmlPullParser.Jesse Wilson2010-11-161-4/+7
|/
* Optimize KxmlParser.Jesse Wilson2010-11-122-523/+664
* Style cleanup of some XML code.Jesse Wilson2010-11-042-449/+353
* am 3d667044: am 16b704e4: add meta-files about 3rd party projectsThe Android Open Source Project2010-07-163-0/+27
|\
| * add meta-files about 3rd party projectsThe Android Open Source Project2010-07-163-0/+27
* | 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-137-125/+125
* | Convert tabs to spaces.Elliott Hughes2010-05-131-61/+55
* | Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-04687-217210/+0
* | Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.Jesse Wilson2010-04-204-18/+40
* | Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-161-5/+1
* | Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-291-0/+4
* | Remove explicit 8192 arguments to BufferedReader and friends.Elliott Hughes2010-03-231-4/+1
* | Remove all remaining "@since Android" tags.Elliott Hughes2010-03-225-12/+3
|/
* Fixing namespace+prefix mode in Expat and removing optional fields from callb...Jesse Wilson2010-03-192-3/+3
* Fixing 10 of the XPath failures caused by a malformed Document.Jesse Wilson2010-03-171-4/+4