summaryrefslogtreecommitdiffstats
path: root/xml/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes2013-07-122-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-04685-215652/+0
* | Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.Jesse Wilson2010-04-204-18/+40
* | 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-191-1/+1
* Fixing 10 of the XPath failures caused by a malformed Document.Jesse Wilson2010-03-171-4/+4
* Implementing Document.renameNode() and DOMImplementation.getFeature().Jesse Wilson2010-03-155-69/+75
* Adding support for DOM3 attribute IDs and SchemaTypeInfos.Jesse Wilson2010-03-113-12/+56
* Implementing getBaseUri() for DOM.Jesse Wilson2010-03-111-29/+80
* Implement adoptNode() and importNode().Jesse Wilson2010-03-093-127/+213
* Adding support for getUserData() and setUserData() to DOM nodes.Jesse Wilson2010-03-089-27/+110
* Implementing almost all of Document.normalizeDocument().Jesse Wilson2010-03-019-33/+217
* New implementation for DOMConfiguration.Jesse Wilson2010-03-013-20/+402
* Adding tests to parse document attributes from the DOM.Jesse Wilson2010-02-263-24/+38
* Implementing still more DOM API for text nodes.Jesse Wilson2010-02-237-48/+107
* More XML DOM v3 APIs.Jesse Wilson2010-02-203-14/+129
* DOM setTextContent() tests and implementation fixes.Jesse Wilson2010-02-193-12/+32