Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/xml/Org.XmlPull.V1/XmlPullParserFactory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</ReturnValue>
<Docs>
<summary>Unused, but we have to keep it because it's public API.</summary>
<value>To be added.</value>
<value>The unused class-names location retained for API compatibility.</value>
<remarks>
<para>Unused, but we have to keep it because it's public API.</para>
<para>
Expand Down Expand Up @@ -156,7 +156,7 @@
<Docs>
<summary>
</summary>
<value>To be added.</value>
<value>The feature settings applied when creating an XML pull parser.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -323,11 +323,11 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Creates a new instance of a PullParserFactory that can be used
<summary>Creates a new instance of an XmlPullParserFactory that can be used
to create XML pull parsers.</summary>
<returns>To be added.</returns>
<returns>A factory that creates Android's built-in XML pull parser and serializer implementations.</returns>
<remarks>
<para>Creates a new instance of a PullParserFactory that can be used
<para>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 <c>XmlPullParser</c> and <c>XmlSerializer</c>.</para>
<para>
Expand Down Expand Up @@ -369,11 +369,11 @@
<Parameter Name="unused2" Type="Java.Lang.Class" />
</Parameters>
<Docs>
<param name="unused">To be added.</param>
<param name="unused2">To be added.</param>
<param name="unused">Unused.</param>
<param name="unused2">Unused.</param>
<summary>Creates a factory that always returns instances of Android's built-in
<c>XmlPullParser</c> and <c>XmlSerializer</c> implementation.</summary>
<returns>To be added.</returns>
<returns>A factory that creates Android's built-in XML pull parser and serializer implementations.</returns>
<remarks>
<para>Creates a factory that always returns instances of Android's built-in
<c>XmlPullParser</c> and <c>XmlSerializer</c> implementation. This
Expand Down Expand Up @@ -501,7 +501,7 @@
<Docs>
<summary>
</summary>
<value>To be added.</value>
<value>The classes used to create XML pull parser instances.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -562,7 +562,7 @@
<Docs>
<summary>
</summary>
<value>To be added.</value>
<value>The classes used to create XML serializer instances.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down