Version

XPathNavigableText Class Members

The following tables list the members exposed by XPathNavigableText.

Public Constructors
 NameDescription
Public ConstructorXPathNavigableText ConstructorInitializes the object with its parent and value.  
Public Properties
 NameDescription
Public PropertyHasAttributesIndicates whether the node has attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyHasChildrenIndicates whether the node has children. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyLocalNameName of the XML rendering node. That is how it is represented during the XML serialization. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyOwnerReference to the owner of the node. Usually it is the main control. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public PropertyValueOverridden. Text value of the XML rendering node.  
Protected Properties
 NameDescription
Protected PropertyXPathAttributesContains generated attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public Methods
 NameDescription
Public MethodCreateNavigatorImplements IXPathNavigable interface. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetAttributeOverloaded. Gets attribute by name. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetAttributeIndexGets index of an attribute. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetAttributeNameGets name of an attribute. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetFirstChildGets the first child of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetFirstSiblingGets the first sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetNextSiblingGets the next sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetNodeTypeOverridden. Overrides type of the XML rendering node.  
Public MethodGetParentGets the parent node of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodGetPreviousSiblingGets the previous sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodInitializeInitializes the XML node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
Public MethodSetValueModifies text value of the node.  
Protected Methods
 NameDescription
Protected MethodGenerateAttributesGenerates attributes for the node. Called only once for the lifetime of the node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable)
See Also