ILSSerializer.WriteToURI(INode, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A convenience method that acts as if <code>LSSerializer.
[Android.Runtime.Register("writeToURI", "(Lorg/w3c/dom/Node;Ljava/lang/String;)Z", "GetWriteToURI_Lorg_w3c_dom_Node_Ljava_lang_String_Handler:Org.W3c.Dom.LS.ILSSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool WriteToURI (Org.W3c.Dom.INode? nodeArg, string? uri);
[<Android.Runtime.Register("writeToURI", "(Lorg/w3c/dom/Node;Ljava/lang/String;)Z", "GetWriteToURI_Lorg_w3c_dom_Node_Ljava_lang_String_Handler:Org.W3c.Dom.LS.ILSSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member WriteToURI : Org.W3c.Dom.INode * string -> bool
Parameters
- nodeArg
- INode
The node to serialize.
- uri
- String
The URI to write to.
Returns
Returns <code>true</code> if <code>node</code> was successfully serialized. Return <code>false</code> in case the normal processing stopped but the implementation kept serializing the document; the result of the serialization being implementation dependent then.
- Attributes
Remarks
Java documentation for org.w3c.dom.ls.LSSerializer.writeToURI(org.w3c.dom.Node, java.lang.String).
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.