Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs/xml/Javax.Xml.Parsers/DocumentBuilder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</ReturnValue>
<Docs>
<summary>Obtain an instance of a <see cref="T:Org.W3c.Dom.IDOMImplementation" /> object.</summary>
<value>To be added.</value>
<value>An instance of a <see cref="T:Org.W3c.Dom.IDOMImplementation" /> object.</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 @@ -159,7 +159,7 @@
<Docs>
<summary>Indicates whether or not this parser is configured to
understand namespaces.</summary>
<value>To be added.</value>
<value><see langword="true" /> if this parser is configured to understand namespaces; otherwise, <see langword="false" />.</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 @@ -188,7 +188,7 @@
<Docs>
<summary>Indicates whether or not this parser is configured to
validate XML documents.</summary>
<value>To be added.</value>
<value><see langword="true" /> if this parser is configured to validate XML documents; otherwise, <see langword="false" />.</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
4 changes: 2 additions & 2 deletions docs/xml/Javax.Xml.Parsers/DocumentBuilderFactory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@
<Parameter Name="classLoader" Type="Java.Lang.ClassLoader" />
</Parameters>
<Docs>
<param name="factoryClassName">To be added.</param>
<param name="classLoader">To be added.</param>
<param name="factoryClassName">The fully qualified name of the factory implementation class.</param>
<param name="classLoader">The class loader used to load the factory class, or <see langword="null" /> to use the current thread's context class loader.</param>
<summary>Returns an instance of the named implementation of <c>DocumentBuilderFactory</c>.</summary>
<returns>a new DocumentBuilderFactory.</returns>
<remarks>
Expand Down
8 changes: 4 additions & 4 deletions docs/xml/Javax.Xml.Parsers/SAXParser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<Docs>
<summary>Indicates whether or not this parser is configured to
understand namespaces.</summary>
<value>To be added.</value>
<value><see langword="true" /> if this parser is configured to understand namespaces; otherwise, <see langword="false" />.</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 @@ -224,7 +224,7 @@
<Docs>
<summary>Indicates whether or not this parser is configured to
validate XML documents.</summary>
<value>To be added.</value>
<value><see langword="true" /> if this parser is configured to validate XML documents; otherwise, <see langword="false" />.</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 @@ -1188,7 +1188,7 @@
<Docs>
<summary>Returns the SAX parser that is encapsulated by the
implementation of this class.</summary>
<value>To be added.</value>
<value>The SAX parser encapsulated by this implementation.</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 @@ -1431,7 +1431,7 @@
<Docs>
<summary>Returns the <see cref="T:Org.Xml.Sax.IXMLReader" /> that is encapsulated by the
implementation of this class.</summary>
<value>To be added.</value>
<value>The <see cref="T:Org.Xml.Sax.IXMLReader" /> encapsulated by this implementation.</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
4 changes: 2 additions & 2 deletions docs/xml/Javax.Xml.Parsers/SAXParserFactory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@
<Parameter Name="classLoader" Type="Java.Lang.ClassLoader" />
</Parameters>
<Docs>
<param name="factoryClassName">To be added.</param>
<param name="classLoader">To be added.</param>
<param name="factoryClassName">The fully qualified name of the factory implementation class.</param>
<param name="classLoader">The class loader used to load the factory class, or <see langword="null" /> to use the current thread's context class loader.</param>
<summary>Returns an instance of the named implementation of <c>SAXParserFactory</c>.</summary>
<returns>a new SAXParserFactory.</returns>
<remarks>
Expand Down
2 changes: 1 addition & 1 deletion docs/xml/ns-Javax.Xml.Parsers.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Namespace Name="Javax.Xml.Parsers">
<Docs>
<summary>To be added.</summary>
<summary>Provides DOM and SAX XML parsing APIs.</summary>
<remarks />
</Docs>
</Namespace>