diff --git a/docs/xml/Javax.Xml.Parsers/DocumentBuilder.xml b/docs/xml/Javax.Xml.Parsers/DocumentBuilder.xml index faaf88b38..860b3fd86 100644 --- a/docs/xml/Javax.Xml.Parsers/DocumentBuilder.xml +++ b/docs/xml/Javax.Xml.Parsers/DocumentBuilder.xml @@ -588,9 +588,9 @@ - To be added. - To be added. - To be added. + The file containing the XML to parse. + Parses the content of the given file as an XML document. + A task that represents the parsing operation. 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. @@ -619,9 +619,9 @@ - To be added. - To be added. - To be added. + The input source containing the content to parse. + Parses the content of the given input source as an XML document. + A task that represents the parsing operation. 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. @@ -650,9 +650,9 @@ - To be added. - To be added. - To be added. + The input stream containing the content to parse. + Parses the content of the given input stream as an XML document. + A task that represents the parsing operation. 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. @@ -681,9 +681,9 @@ - To be added. - To be added. - To be added. + The location of the content to parse. + Parses the content of the given URI as an XML document. + A task that represents the parsing operation. 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. @@ -713,10 +713,10 @@ - To be added. - To be added. - To be added. - To be added. + The input stream containing the content to parse. + A base URI for resolving relative URIs. + Parses the content of the given input stream as an XML document, using the specified base URI to resolve relative URIs. + A task that represents the parsing operation. 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.