XMLNode Members (2007 System)
Include Protected Members
Include Inherited Members
Represents a single XML node on a document that exposes events and that can be bound to data.
The XMLNode type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Infrastructure.
(Inherited from RemoteComponent.)
Copies the contents of the XMLNode control to the Clipboard.
Removes the contents of the XMLNode control and places the contents onto the Clipboard.
Overloaded.
Infrastructure.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
(Inherited from RemoteComponent.)
Infrastructure.
Infrastructure.
Serves as a hash function for a particular type. (Inherited from Object.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets the type of the current instance. (Inherited from Object.)
(Inherited from RemoteComponent.)
Updates an XMLNode control with data from the specified XML file
Overloaded. Populates an XMLNode control with data.
Creates a shallow copy of the current Object. (Inherited from Object.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Removes the specified child element from the XMLNode control.
Gets a XMLNodes collection that represents all the nodes that match the XPath parameter in the order in which they appear in the Microsoft.Office.Tools.Word.XMLNode control.
Gets a XMLNode object that represents the first child node that matches the XPath parameter in the Microsoft.Office.Tools.Word.XMLNode control.
(Inherited from RemoteComponent.)
Changes the validation error text displayed to a user for an XMLNode control and forces Microsoft Office Word to report a node as invalid.
Returns a string that represents the current object. (Inherited from Object.)
Validates an individual XMLNode control against the attached XML schema or schemas.
Top
Properties
Name
Description
Gets an Application that represents the creator of the XMLNode control.
Gets a XMLNodes collection that represents the attributes for the XMLNode control.
Gets the name of the XMLNode control without any prefix.
Gets or sets the System.Windows.Forms.BindingContext for the component. (Inherited from RemoteBindableComponent.)
Gets a XMLNodes collection that represents the child elements of an XMLNode control.
Gets an XMLChildNodeSuggestions collection that represents the elements that may be valid children of the current XMLNode control.
(Inherited from RemoteComponent.)
Infrastructure. (Inherited from RemoteBindableComponent.)
Gets the application in which the XMLNode control was created.
Gets the Binding objects for the component. (Inherited from RemoteBindableComponent.)
Gets or sets the default DataSourceUpdateMode for the component. (Inherited from RemoteBindableComponent.)
(Inherited from RemoteComponent.)
Gets a XMLNode object that represents the first child node in the Microsoft.Office.Tools.Word.XMLNode control.
Gets a value that indicates whether the XMLNode control has child elements.
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets a XMLNode that represents the underlying native object for the XMLNode.
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets a XMLNode object that represents the last child node of the Microsoft.Office.Tools.Word.XMLNode control.
Gets the level of the XMLNode control.
Gets the Uniform Resource Identifier (URI) of the schema namespace for the XMLNode control.
Gets a XMLNode object that represents the next XMLNode object in the document that is at the same level as the Microsoft.Office.Tools.Word.XMLNode control.
Gets or sets the text value of the XMLNode control.
Gets a value that indicates whether an XMLNode is an attribute or an element.
Gets or sets the value of an XMLNode that represents an attribute.
Gets a Document that represents the parent document of the specified XMLNode control.
Gets a Document that represents the document containing the specified XMLNode control.
Gets a XMLNode object that represents the parent element of the specified Microsoft.Office.Tools.Word.XMLNode control.
Gets or sets the text displayed for an XMLNode control that contains no text.
Gets a XMLNode object that represents the previous XMLNode object in the document that is at the same level as the Microsoft.Office.Tools.Word.XMLNode control.
(Inherited from RemoteComponent.)
Gets a Range object that represents the portion of a document that is contained in the XMLNode control.
(Inherited from RemoteComponent.)
Gets a SmartTag object that represents the smart tag associated with the XMLNode control.
(Inherited from RemoteComponent.)
Gets or sets the plain unformatted text of the XMLNode control.
Gets a string that represents the description for a validation error on an XMLNode control.
Gets a value that specifies whether an element or attribute is valid according to the attached schema.
Gets an XML string that represents the XMLNode in the Microsoft Office Word Open XML format.
Gets a string that represents the XML text in the XMLNode control.
Top
Events
Name
Description
Occurs when the user adds a new XMLNode control to the document.
Occurs when the user deletes an XMLNode control from the document, before the control is deleted.
Occurs when the value of the BindingContext property changes. (Inherited from RemoteBindableComponent.)
Occurs when the cursor is placed inside an XMLNode or one of its descendent nodes, from an area outside of the context of the node.
Occurs when the cursor is moved from the XMLNode control, or one of its descendent nodes, to an area outside of the context of the original node.
Occurs when the cursor is moved out of the XMLNode control.
(Inherited from RemoteComponent.)
Occurs when the cursor is placed inside an XMLNode control.
Occurs when there is a validation error in the XMLNode control.
Top
Explicit Interface Implementations
Name
Description
ISupportInitializeControl.InitializeControl
Infrastructure.
Top