XMLNode Object Members
Represents a single XML element applied to a document.
Methods
Name |
Description |
---|---|
Copies the specified XML element, excluding XML markup, to the Clipboard. |
|
Removes the specified XML element from the document and places it on the Clipboard. |
|
Deletes the specified XML element from an XML document. |
|
Removes a child element from the specified element. |
|
Returns an XMLNodes collection that represents all the child elements that match the XPath parameter, in the order in which they appear within the specified XML element. |
|
Returns an XMLNode object that represents the first child element that matches the XPath parameter within the specified XML element. . |
|
Changes the validation error text displayed to a user for a specified node and forces Word to report a node as invalid. |
|
Validates an individual XML element against the XML schemas that are attached to a document. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns an XMLNodes collection that represents the attributes for the specified element. |
|
Returns a String that represents the name of the element without any prefix. |
|
Returns an XMLNodes collection that represents the child elements of a specified element. |
|
Returns an XMLChildNodeSuggestions collection that represents the list of child elements for a specified element. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns a DiagramNode object that represents the first child node of a parent node. Read-only. |
|
Returns a Boolean that represents whether an XML node has child nodes. Read-only. |
|
Returns an XMLNode object that represents the last child node of an XML element. |
|
Returns a WdXMLNodeLevel constant that represents whether an XML element is part of a paragraph, is a paragraph, or is contained within a table cell or contains a table row. Read-only. |
|
Returns a String that represents the Uniform Resource Identifier (URI) of the schema namespace for the specified object. Read-only. |
|
Returns an XMLNode object that represents the next element in the document that is at the same level as the specified element. |
|
Returns a WdXMLNodeType constant that represents the type of node. |
|
Returns or sets a String that represents the value of an XML element. Read/write. |
|
Returns a Document object that represents the parent document of the specified XML element. |
|
Returns an Object that represents the parent object of the specified XMLNode object. |
|
Returns an XMLNode object that represents the parent element of the specified element. |
|
Sets or returns a String that represents the text displayed for an element that contains no text. |
|
Returns an XMLNode object that represents the previous element in the document that is at the same level as the specified element. |
|
Returns a Range object that represents the portion of a document that is contained in the specified object. Read-only. |
|
Returns or sets the text contained within the XML element. Read/write String. |
|
Returns a String that represents the description for a validation error on an XMLNode object. |
|
Returns a WdXMLValidationStatus constant that represents whether an element or attribute is valid according to the attached schema. |
|
Returns a String that represents the XML for the node in the Microsoft Word Open XML format. Read-only. |
|
Returns a String that represents the text, with or without XML markup, that is contained within an XML node. Read-only. |