Xml.xmldom.IDOMText Properties
InheritedProtected
| attributes | public | Represents the attributes of an element node. |
| childNodes | public | Represents the child nodes of the node. |
| data | public | |
| firstChild | public | Represents the first child node of this node. |
| lastChild | public | Represents the last child node of this node. |
| length | public | |
| localName | public | Indicates the name of the node without any namespace prefix. |
| namespaceURI | public | Indicates the URI for the namespace used in the qualified node name. |
| nextSibling | public | Represents the next child of this node's parent. |
| nodeName | public | Indicates the name of the node. |
| nodeType | public | Indicates the type of the node. |
| nodeValue | public | Indicates the value of the node. |
| ownerDocument | public | Represents the interface for the document that contains this node. |
| parentNode | public | Provides access to the interface of the node's parent node. |
| prefix | public | Indicates the namespace prefix for the node. |
| previousSibling | public | Represents the preceding child of this node's parent. |