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
32 changes: 16 additions & 16 deletions docs/xml/Javax.Xml.Parsers/DocumentBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,9 @@
<Parameter Name="f" Type="Java.IO.File" />
</Parameters>
<Docs>
<param name="f">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="f">The file containing the XML to parse.</param>
<summary>Parses the content of the given file as an XML document.</summary>
<returns>A task that represents the parsing operation.</returns>
<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 @@ -619,9 +619,9 @@
<Parameter Name="is" Type="Org.Xml.Sax.InputSource" />
</Parameters>
<Docs>
<param name="is">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="is">The input source containing the content to parse.</param>
<summary>Parses the content of the given input source as an XML document.</summary>
<returns>A task that represents the parsing operation.</returns>
<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 @@ -650,9 +650,9 @@
<Parameter Name="is" Type="System.IO.Stream" />
</Parameters>
<Docs>
<param name="is">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="is">The input stream containing the content to parse.</param>
<summary>Parses the content of the given input stream as an XML document.</summary>
<returns>A task that represents the parsing operation.</returns>
<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 @@ -681,9 +681,9 @@
<Parameter Name="uri" Type="System.String" />
</Parameters>
<Docs>
<param name="uri">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="uri">The location of the content to parse.</param>
<summary>Parses the content of the given URI as an XML document.</summary>
<returns>A task that represents the parsing operation.</returns>
<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 @@ -713,10 +713,10 @@
<Parameter Name="systemId" Type="System.String" />
</Parameters>
<Docs>
<param name="is">To be added.</param>
<param name="systemId">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="is">The input stream containing the content to parse.</param>
<param name="systemId">A base URI for resolving relative URIs.</param>
<summary>Parses the content of the given input stream as an XML document, using the specified base URI to resolve relative URIs.</summary>
<returns>A task that represents the parsing operation.</returns>
<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