XMLNode Methods

Include Protected Members
Include Inherited Members

The XMLNode type exposes the following members.

Methods

  Name Description
Public method Copy Copies the specified object to the Clipboard.
Public method Cut Removes the specified object from the document and places it on the Clipboard.
Public method Delete Deletes the specified object.
Public method RemoveChild Removes the specified child element from the specified element.
Public method SelectNodes Returns a XMLNodes collection that represents all the nodes that match a specified XPath string in the order in which they appear.
Public method SelectSingleNode Returns an XMLNode object that represents the first node that matches a specified XPath string in the specified document.
Public method SetValidationError Changes the validation error text displayed to a user for a specified node and forces Microsoft Word to report a node as invalid.
Public method Validate Verifies an individual XML element or the entire document against the attached XML schema or schemas.

Top

See Also

Reference

XMLNode Interface

Microsoft.Office.Interop.Word Namespace