summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax/xml
Commit message (Collapse)AuthorAgeFilesLines
* Libcore: Avoid double-checked lockingAndreas Gampe2015-03-153-70/+68
| | | | Change-Id: I77605ad05ac5e9dfac07f40a2280221f9c641c65
* autoclose all <a name> tags so they don't disappear on web sitesmain@google.com2014-10-221-6/+6
| | | | | | | | | | | | | | <a> tags with the name attribute---used to create a page anchor---must be closed immediately and not contain any text because, in order to make the appropriate content visible below the site's "sticky header" when the anchor is followed, CSS is used to hide the <a name> element and position it up higher by an offset equal to the height of the sticky header. So, do not place text inside an <a> tag with the name attribute. (cherry-pick of 936306df62d7d44a806fbeb789c6432e7c325981.) Change-Id: Icae1b1f0716aa02d003f921b8e430ad3c99f26d0
* Fix DatatypeFactory documentation.Elliott Hughes2013-02-221-0/+3
| | | | | | | Make it clear that you need to supply your own implementation. Bug: http://code.google.com/p/android/issues/detail?id=14379 Change-Id: I2ca9b4bb03fdbe5da072211aa7b0c42ced1256e3
* Remove XML package.html files.Elliott Hughes2012-10-1110-892/+0
| | | | | Bug: http://code.google.com/p/android/issues/detail?id=7395 Change-Id: Id769856bdbdca864ccc2818e3609fe5ca00da2b2
* Add consistent reasons for NullPointerExceptionKenny Root2012-09-149-37/+47
| | | | | | | | | Semi-automated replacement of empty and non-conforming NullPointerException reason messages. (cherry-pick of 86acc043d3334651ee26c65467d78d6cefedd397.) Change-Id: I6d893979f5c20a50e841e32af9fd7b2d8bc9d54d
* Remove more cruft.Elliott Hughes2012-08-011-2/+0
| | | | | | | | Unused imports and bogus comments. (cherry-pick of 9af8c0318fac8bf03ee145da01b0c38a503791fc.) Change-Id: I2bddb32028b71964407e86c4dbef5516673c27eb
* Fix xpath documentation bug.Elliott Hughes2012-06-291-1/+1
| | | | | Bug: http://code.google.com/p/android/issues/detail?id=26168 Change-Id: Ib6f8b84d174fa884b0eace0305331c7b58e6166a
* Remove some unnecessary cruft.Elliott Hughes2011-06-061-12/+3
| | | | Change-Id: I8d83954d42f3511a24a44a33c3b28f04af6d3b82
* Remove bogus "super()" calls.Elliott Hughes2011-03-174-7/+0
| | | | | | I've left one in java.util.concurrent, since we have an upstream there. Change-Id: I60945e48a41433fc7eaef6086433ec4bf434097f
* Drop SecuritySupport helpers from XML.Jesse Wilson2011-03-1410-943/+101
| | | | | | | We don't have a security manager; these classes don't provide any utility. Change-Id: I22a38820bde93286f5b840579ea2b575d6085640
* Fix build.Elliott Hughes2011-02-241-1/+2
| | | | | | | The "new String" here was probably a deliberate attempt to avoid a public static final field being inlined as a constant. Revert and document. Change-Id: I864bbf82c8711e08016fd7f4f2e8a8508b95db0c
* Fix more FindBugs warnings: DM_STRING_CTOR.Elliott Hughes2011-02-241-1/+1
| | | | | | These are the cases where we don't actually want to avoid memory leaks. Change-Id: Icc6c5506e5d415ff4fb5ff1351efee572a2af3e9
* Break dependency from libcore to Apache XML libraries.Jesse Wilson2011-01-091-4/+6
| | | | | Change-Id: I482ba29551423c682696db44f78bc6b74fa04341 http://b/1414929
* Comments/javadoc should be in en_US, not en_CA.Elliott Hughes2010-12-033-3/+3
| | | | Change-Id: Ie9dde4971e0a6a8dadd14af43d631158fc488cd8
* Use IoUtils.closeQuietly where possible.Jesse Wilson2010-10-033-22/+8
| | | | Change-Id: I354c1e00b7068108032d09c0a1c38e29f6283fb0
* Use idiomatic Java "type[] id" syntax instead of "type id[]".Elliott Hughes2010-09-022-4/+4
| | | | | | I've left xalan and the other xml filth alone, as usual. Change-Id: I6be274501fff73e67ca6b3c872704988e0e30486
* Don't use StringBuffer where we don't need to.Brian Carlstrom2010-09-015-11/+9
| | | | | | I've left xalan alone, because that's just one big steaming heap. Change-Id: Ibf7b2b5e347196d4de857217b022003ccc409ac5
* Sorting imports.Jesse Wilson2010-08-1123-34/+13
| | | | Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc
* Fixing the last API deltas between Dalvik and Java 6.Jesse Wilson2010-06-045-147/+153
| | | | | | | This addresses some problems with generic type signatures (missing <?>) and new factory methods for XML factory classes. Change-Id: I9cd886e38b8bc9d495ae4e5ed70f71f27ac3f0cc
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1350-1475/+1475
| | | | | | Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
* Convert tabs to spaces.Elliott Hughes2010-05-1323-998/+998
| | | | Change-Id: I16cfbd2faac6b565b78b5dd97e2345323a36f652
* Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luniPeter Hallam2010-05-0474-0/+16298
Merge xml except xmlpull and kxml into luni