MarkLogic XCC/.Net Library

XdmNode.AsXmlNode Method 

Buffers the node() item from the server and converts it to an XmlNode object. The node() is first buffered as a String object. Subsequent calls will create a new DOM tree from the buffered String. The buffered String will also be used by subsequent calls to AsString() and AsInputStream().

[Visual Basic]
Function AsXmlNode() As XmlNode
[C#]
XmlNode AsXmlNode();

Return Value

This item as a W3C node (org.w3c.dom.Node) instance.

See Also

XdmNode Interface | Marklogic.Xcc.Types Namespace