From 3fea1f7c74dedefcf0b76eafbca664d8cc2d3a76 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 17 Aug 2026 08:19:10 -0500 Subject: [PATCH 1/2] Document XmlPullParserFactory members Refs #250 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml b/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml index 90e653a53..4a121b308 100644 --- a/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml +++ b/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml @@ -117,7 +117,7 @@ Unused, but we have to keep it because it's public API. - To be added. + The unused class-names location retained for API compatibility. Unused, but we have to keep it because it's public API. @@ -156,7 +156,7 @@ - To be added. + The feature settings applied when creating an XML pull parser. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -325,7 +325,7 @@ Creates a new instance of a PullParserFactory that can be used to create XML pull parsers. - To be added. + A factory that creates Android's built-in XML pull parser and serializer implementations. Creates a new instance of a PullParserFactory that can be used to create XML pull parsers. The factory will always return instances @@ -369,11 +369,11 @@ - To be added. - To be added. + Unused. + Unused. Creates a factory that always returns instances of Android's built-in XmlPullParser and XmlSerializer implementation. - To be added. + A factory that creates Android's built-in XML pull parser and serializer implementations. Creates a factory that always returns instances of Android's built-in XmlPullParser and XmlSerializer implementation. This @@ -501,7 +501,7 @@ - To be added. + The classes used to create XML pull parser instances. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. @@ -562,7 +562,7 @@ - To be added. + The classes used to create XML serializer instances. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. From 30b4985945fb83df716d2a3651bf548e61b78b52 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 17 Aug 2026 08:30:13 -0500 Subject: [PATCH 2/2] Correct XmlPullParserFactory terminology Refs #250 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml b/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml index 4a121b308..1ed141519 100644 --- a/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml +++ b/docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml @@ -323,11 +323,11 @@ - Creates a new instance of a PullParserFactory that can be used + Creates a new instance of an XmlPullParserFactory that can be used to create XML pull parsers. A factory that creates Android's built-in XML pull parser and serializer implementations. - Creates a new instance of a PullParserFactory that can be used + Creates a new instance of an XmlPullParserFactory that can be used to create XML pull parsers. The factory will always return instances of Android's built-in XmlPullParser and XmlSerializer.