diff --git a/docs/xml/Org.W3c.Dom.LS/DOMImplementationLS.xml b/docs/xml/Org.W3c.Dom.LS/DOMImplementationLS.xml index 4eac2ae43..07c69f1bb 100644 --- a/docs/xml/Org.W3c.Dom.LS/DOMImplementationLS.xml +++ b/docs/xml/Org.W3c.Dom.LS/DOMImplementationLS.xml @@ -26,7 +26,7 @@ - To be added. + Provides obsolete DOM Load and Save parser-mode constants. Use instead. diff --git a/docs/xml/Org.W3c.Dom.LS/ILSInput.xml b/docs/xml/Org.W3c.Dom.LS/ILSInput.xml index 0beb2ed70..38075e99e 100644 --- a/docs/xml/Org.W3c.Dom.LS/ILSInput.xml +++ b/docs/xml/Org.W3c.Dom.LS/ILSInput.xml @@ -103,7 +103,7 @@ The base URI to be used (see section 5.1.4 in []) for resolving a relative systemId to an absolute URI. - To be added. + The base URI used to resolve a relative system identifier. 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. @@ -136,7 +136,7 @@ An attribute of a language and binding dependent type that represents a stream of bytes. - To be added. + A byte stream for the input source. 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. @@ -170,7 +170,7 @@ If set to true, assume that the input is certified (see section 2.13 in []) when parsing []. - To be added. + true if the input text is certified; otherwise, false. 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. @@ -203,7 +203,7 @@ An attribute of a language and binding dependent type that represents a stream of 16-bit units. - To be added. + A character stream for the input source. 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. @@ -235,7 +235,7 @@ The character encoding, if known. - To be added. + The character encoding of the input, if known. 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. @@ -267,7 +267,7 @@ The public identifier for this input source. - To be added. + The public identifier for the input source. 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. @@ -299,7 +299,7 @@ String data to parse. - To be added. + The string data to parse. 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. @@ -332,7 +332,7 @@ The system identifier, a URI reference [], for this input source. - To be added. + The system identifier URI reference for the input source. 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. diff --git a/docs/xml/Org.W3c.Dom.LS/ILSParser.xml b/docs/xml/Org.W3c.Dom.LS/ILSParser.xml index 99b6a64e9..09876a010 100644 --- a/docs/xml/Org.W3c.Dom.LS/ILSParser.xml +++ b/docs/xml/Org.W3c.Dom.LS/ILSParser.xml @@ -428,7 +428,7 @@ true if the LSParser is asynchronous, false if it is synchronous. - To be added. + true if the parser is asynchronous; otherwise, false. 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. @@ -458,7 +458,7 @@ true if the LSParser is currently busy loading a document, otherwise false. - To be added. + true while the parser is loading a document; otherwise, false. 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. @@ -487,7 +487,7 @@ The DOMConfiguration object used when parsing an input source. - To be added. + The DOM configuration used when parsing an input source. 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. @@ -520,7 +520,7 @@ When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure. - To be added. + The filter called as the parser constructs the DOM tree, or null if no filter is set. 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. diff --git a/docs/xml/Org.W3c.Dom.LS/ILSParserExtensions.xml b/docs/xml/Org.W3c.Dom.LS/ILSParserExtensions.xml index fedb437bb..49e2a43f6 100644 --- a/docs/xml/Org.W3c.Dom.LS/ILSParserExtensions.xml +++ b/docs/xml/Org.W3c.Dom.LS/ILSParserExtensions.xml @@ -18,7 +18,7 @@ - To be added. + Extension methods for . 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. @@ -55,10 +55,10 @@ - To be added. - To be added. - To be added. - To be added. + The parser to use. + The input source to parse. + Invokes and returns its result as a task. + A task that yields the document returned by Parse, or null when the parser operates asynchronously. For an asynchronous parser, task completion does not indicate that parsing has completed. 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. @@ -95,10 +95,10 @@ - To be added. - To be added. - To be added. - To be added. + The parser to use. + The URI of the XML document to parse. + Invokes and returns its result as a task. + A task that yields the document returned by ParseURI, or null when the parser operates asynchronously. For an asynchronous parser, task completion does not indicate that parsing has completed. 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. @@ -137,12 +137,12 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The parser to use. + The XML fragment input source. + The node used as the parsing context. + The action to apply to the parsed nodes and context node. + Asynchronously parses an XML fragment using the specified context node and action. + A task that represents the parse operation and yields the resulting node. 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. diff --git a/docs/xml/Org.W3c.Dom.LS/ILSParserFilter.xml b/docs/xml/Org.W3c.Dom.LS/ILSParserFilter.xml index 3900f5981..452527a59 100644 --- a/docs/xml/Org.W3c.Dom.LS/ILSParserFilter.xml +++ b/docs/xml/Org.W3c.Dom.LS/ILSParserFilter.xml @@ -403,7 +403,7 @@ Tells the LSParser what types of nodes to show to the method LSParserFilter.acceptNode. - To be added. + A bit mask that identifies the node types passed to AcceptNode. 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. diff --git a/docs/xml/Org.W3c.Dom.LS/ILSSerializer.xml b/docs/xml/Org.W3c.Dom.LS/ILSSerializer.xml index 466297125..6cc732af7 100644 --- a/docs/xml/Org.W3c.Dom.LS/ILSSerializer.xml +++ b/docs/xml/Org.W3c.Dom.LS/ILSSerializer.xml @@ -220,8 +220,8 @@ Org.W3c.Dom.IDOMConfiguration - To be added. - To be added. + Gets the DOM configuration used when serializing nodes. + The DOM configuration used by this serializer. 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. @@ -251,8 +251,8 @@ System.String - To be added. - To be added. + Gets or sets the newline sequence used in serialized output. + The newline sequence used in serialized output. 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. diff --git a/docs/xml/Org.W3c.Dom.LS/ILSSerializerExtensions.xml b/docs/xml/Org.W3c.Dom.LS/ILSSerializerExtensions.xml index 3b4b5f071..4ad434ad6 100644 --- a/docs/xml/Org.W3c.Dom.LS/ILSSerializerExtensions.xml +++ b/docs/xml/Org.W3c.Dom.LS/ILSSerializerExtensions.xml @@ -18,7 +18,7 @@ - To be added. + Extension methods for . 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. @@ -57,11 +57,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The serializer to use. + The node to serialize. + The destination for the serialized XML. + Asynchronously serializes a DOM node to an output destination. + A task that represents the serialization operation and yields whether serialization succeeded. 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. @@ -100,11 +100,11 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The serializer to use. + The node to serialize. + The URI to which to write the serialized XML. + Asynchronously serializes a DOM node to a URI. + A task that represents the serialization operation and yields whether serialization succeeded. 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. diff --git a/docs/xml/Org.W3c.Dom.LS/LSException.xml b/docs/xml/Org.W3c.Dom.LS/LSException.xml index cd829d16a..81329251f 100644 --- a/docs/xml/Org.W3c.Dom.LS/LSException.xml +++ b/docs/xml/Org.W3c.Dom.LS/LSException.xml @@ -72,10 +72,9 @@ - To be added. - To be added. - - + The error code. + The error message. + Initializes a new instance with the specified error code and message. 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. @@ -125,9 +124,8 @@ System.Int16 - - - To be added. + Gets or sets the error code. + The error code. 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. @@ -158,8 +156,8 @@ Java.Interop.JniPeerMembers - To be added. - To be added. + Gets the JNI peer members for this type. + The JNI peer members for this type. 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. diff --git a/docs/xml/ns-Org.W3c.Dom.LS.xml b/docs/xml/ns-Org.W3c.Dom.LS.xml index 5a5ac2796..0183b3a8a 100644 --- a/docs/xml/ns-Org.W3c.Dom.LS.xml +++ b/docs/xml/ns-Org.W3c.Dom.LS.xml @@ -1,6 +1,6 @@ - To be added. + Provides DOM Load and Save APIs for parsing XML into DOM trees and serializing DOM trees to XML.