summaryrefslogtreecommitdiffstats
path: root/xml/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge "Fixing a critical regression in our SAX parsing."Jesse Wilson2010-01-291-22/+13
|\
| * Fixing a critical regression in our SAX parsing.Jesse Wilson2010-01-291-22/+13
* | 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
* Including proper prefixes and qualified names in the Expat parser.Jesse Wilson2010-01-261-133/+161
* Depessimize string conversions.Elliott Hughes2009-12-181-1/+1
* Implement DTDHandler support for ExpatParser.Elliott Hughes2009-12-093-45/+108
* Fix KXmlSerializer so it won't generate invalid XML.Elliott Hughes2009-11-182-19/+47
* Various XML fixes.Elliott Hughes2009-11-174-28/+52
* Merge change If8e2929aAndroid (Google) Code Review2009-11-161-20/+15
|\
| * Don't allocate arbitrary-length buffers on the stack.Elliott Hughes2009-11-131-20/+15
* | 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
* JNI Delete* and Release* _are_ allowed while an exception is pending.Elliott Hughes2009-10-071-41/+3
* Use jniThrowException instead of FindClass/ThrowNew.Elliott Hughes2009-10-011-18/+6
* Fix Node.getNextSibling bounds checking.Elliott Hughes2009-09-251-1/+1
* Use GetStringRegion/GetStringUTFRegion where appropriate.Elliott Hughes2009-09-101-20/+6
* libcore/.../rg_apache_harmony_xml_ExpatParser: in C++, the return typeScott Tsai2009-03-241-1/+1
* 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-1714-403/+736
* Initial ContributionThe Android Open Source Project2008-10-21112-0/+28958