The following tables list the members exposed by XPathNavigableText.
| Name | Description | |
|---|---|---|
![]() | XPathNavigableText Constructor | Initializes the object with its parent and value. |
| Name | Description | |
|---|---|---|
![]() | HasAttributes | Indicates whether the node has attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | HasChildren | Indicates whether the node has children. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | LocalName | Name of the XML rendering node. That is how it is represented during the XML serialization. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | Owner | Reference to the owner of the node. Usually it is the main control. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | Value | Overridden. Text value of the XML rendering node. |
| Name | Description | |
|---|---|---|
![]() | XPathAttributes | Contains generated attributes. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
| Name | Description | |
|---|---|---|
![]() | CreateNavigator | Implements IXPathNavigable interface. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetAttribute | Overloaded. Gets attribute by name. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetAttributeIndex | Gets index of an attribute. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetAttributeName | Gets name of an attribute. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetFirstChild | Gets the first child of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetFirstSibling | Gets the first sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetNextSibling | Gets the next sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetNodeType | Overridden. Overrides type of the XML rendering node. |
![]() | GetParent | Gets the parent node of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | GetPreviousSibling | Gets the previous sibling of the XML rendering node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | Initialize | Initializes the XML node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |
![]() | SetValue | Modifies text value of the node. |
| Name | Description | |
|---|---|---|
![]() | GenerateAttributes | Generates attributes for the node. Called only once for the lifetime of the node. (Inherited from Infragistics.Web.UI.GridControls.XPathDataNavigable) |