summaryrefslogtreecommitdiffstats
path: root/xml/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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-28166-74891/+45
* Bring our XML APIs up to date with Java 5.Jesse Wilson2010-01-27777-2008/+272320
* 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-174-28/+52
* 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-03111-0/+27748
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03111-27748/+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-1713-401/+734
* Initial ContributionThe Android Open Source Project2008-10-21110-0/+27408