summaryrefslogtreecommitdiffstats
path: root/xml/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* 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-04611-199354/+0
* Fixing reset() on SAXParser and DocumentBuilder, and cleaning up nearby tests.Jesse Wilson2010-04-203-17/+39
* Remove explicit 8192 arguments to BufferedReader and friends.Elliott Hughes2010-03-231-4/+1
* Remove all remaining "@since Android" tags.Elliott Hughes2010-03-224-10/+2
* 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
* Filling in some gaps in our XML DOM v3 API.Jesse Wilson2010-02-196-68/+291
* Removing unnecessary org.w3c.dom subpackagesJesse Wilson2010-02-1618-1112/+12
* Fixing problems with the test runner's ability to parse expected results files.Jesse Wilson2010-02-112-9/+11
* Fixing some of our XSLT implementation issues.Jesse Wilson2010-02-106-17/+70
* Restore our ability to parse an XML Document given a File argumentJesse Wilson2010-02-021-2/+10
* Fix warnings in the new XML code.Elliott Hughes2010-02-012-4/+4
* Removing dead code from our copy of Xalan.Jesse Wilson2010-01-28165-74827/+45
* Bring our XML APIs up to date with Java 5.Jesse Wilson2010-01-27704-844/+256425
* Depessimize string conversions.Elliott Hughes2009-12-181-1/+1
* Implement DTDHandler support for ExpatParser.Elliott Hughes2009-12-092-14/+19
* Fix KXmlSerializer so it won't generate invalid XML.Elliott Hughes2009-11-182-19/+47
* Various XML fixes.Elliott Hughes2009-11-173-27/+51
* Remove org.kxml2.wap.Elliott Hughes2009-11-136-2701/+0
* Fix typos in the XmlPullParser documentation.Elliott Hughes2009-11-111-26/+25
* Fix DOM parsing of character references/entities.Elliott Hughes2009-11-101-5/+41
* Bring our kxml2 up to date with upstream.Elliott Hughes2009-11-092-262/+319
* Fix a few FindBugs warnings in code that isn't upstream.Elliott Hughes2009-10-271-3/+1
* Fix Node.getNextSibling bounds checking.Elliott Hughes2009-09-251-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03102-0/+26116
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03102-26116/+0
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-2/+9
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-175-114/+234
* Initial ContributionThe Android Open Source Project2008-10-21102-0/+25989