aboutsummaryrefslogtreecommitdiff
path: root/xml
AgeCommit message (Expand)Author
2018-07-11Rename org.kxml2 code to com.android.org.kxml2Neil Fuller
2017-03-06Automated: Canonicalize spelling of Android-changed across libcoreTobias Thierer
2015-10-28Fix @link references to classes not in the public APINeil Fuller
2015-08-27Fix PullParser reuse regressionNeil Fuller
2015-07-06Fix typo in javadoc.Narayan Kamath
2015-05-06Handle whitespaces after DOCTYPE elementWojciech Staszkiewicz
2015-04-29Add buffering to KXmlSerializerWojciech Staszkiewicz
2014-10-18Improve support for non-BMP characters in XML.Elliott Hughes
2014-04-23Fix typo.Elliott Hughes
2014-02-13Fix compatibility issues in XmlPullParserFactory.Narayan Kamath
2013-12-11Fix a javadoc typo.Elliott Hughes
2013-10-18Fix build.Narayan Kamath
2013-10-17Simplify code in XmlPullParserFactory.Narayan Kamath
2013-10-16Get stricter about DOCTYPEs.Narayan Kamath
2013-06-28Fix unexpected EOF handling by KXmlParser.Vladimir Marko
2012-12-04Add detail messages to all the easy IllegalArgumentException cases.Elliott Hughes
2012-09-20Remove obsolete ThirdPartyProject.prop files.Elliott Hughes
2012-08-01Add a test for KxmlSerializer attributes with whitespace chars.Jesse Wilson
2012-05-10Use weasel words to cover changed behavior around END_DOCUMENT.Jesse Wilson
2012-04-18Fix a minor documentation bug in XmlPullParser.Elliott Hughes
2011-11-11Warn about a fixed bug in XmlPullParser.nextText()Jesse Wilson
2011-05-17am 5d284194: am a0376753: am 6ce8e6ee: Skip BOM characters even with an expli...Jesse Wilson
2011-05-16Skip BOM characters even with an explicit charset.Jesse Wilson
2011-02-28Remove all the remaining AllTests cruft.Elliott Hughes
2011-02-24Fix more FindBugs warnings: DM_BOOLEAN_CTOR.Elliott Hughes
2011-02-22Remove most of our remaining non-API StringBuffer usage.Elliott Hughes
2011-02-17Fix various FindBugs warnings.Elliott Hughes
2011-02-14Merge commit '995a3842' into manualmergeJesse Wilson
2011-02-14Fail parsing if there's text outside the document element.Jesse Wilson
2011-01-13Most callers of toLowerCase/toUpperCase should pass Locale.US to avoid proble...Elliott Hughes
2010-12-20Capture the DTD body while it is being parsed.Jesse Wilson
2010-12-08Fix a bunch of javac -Xlint warnings in our code.Elliott Hughes
2010-11-30The last of the Kxml correctness fixes for Expat compatibility.Jesse Wilson
2010-11-29Fix XML DOM test failures and close guard warnings.Jesse Wilson
2010-11-28Resolve entity values recursively and support default attributes.Jesse Wilson
2010-11-23Implement DTD parsing in KxmlParser.Jesse Wilson
2010-11-20Change KxmlParser.next() to use one while loop instead of two.Jesse Wilson
2010-11-19Fix problems with entity references and relaxed namespaces.Jesse Wilson
2010-11-17Merge "Fix a typo in the XmlPullParser example." into dalvik-devJesse Wilson
2010-11-16Add interning to KxmlPullParser.Jesse Wilson
2010-11-14Fix a typo in the XmlPullParser example.Jesse Wilson
2010-11-12Optimize KxmlParser.Jesse Wilson
2010-11-04Style cleanup of some XML code.Jesse Wilson
2010-07-16am 3d667044: am 16b704e4: add meta-files about 3rd party projectsThe Android Open Source Project
2010-07-16add meta-files about 3rd party projectsThe Android Open Source Project
2010-05-27Delete duplicate test files for JDK 1.6 compatibility.Jake Hamby
2010-05-24Remove the luni localized exception messages.Elliott Hughes
2010-05-21Remove more localized exception messages.Elliott Hughes
2010-05-13Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes
2010-05-13Convert tabs to spaces.Elliott Hughes