MarkLogic XCC/.Net Library

XdmNode Methods

The methods of the XdmNode interface are listed below. For a complete list of XdmNode interface members, see the XdmNode Members topic.

Public Instance Methods

AsXmlNode 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().

See Also

XdmNode Interface | Marklogic.Xcc.Types Namespace