Properties
The following properties are defined in the XmlNode class.
| Name | Access | Type | Description |
|---|---|---|---|
| Attributes | R | XmlNamedNodeMap | Attr node belonging to the node Not supported in Mobile, AI |
| ChildNodes | R | XmlNodeList | Child node |
| FirstChild | R | XmlNode | First child node |
| LastChild | R | XmlNode | Last child node |
| LocalName | R | String | Node local name |
| NamespaceURI | R | String | Node namespace URI |
| NextSibling | R | XmlNode | Next node |
| NodeName* | R | String | Node name |
| NodeType | R | Integer | Node type |
| NodeValue | CRW | String | Node value In Mobile and AI only R can be accesed, cannot be initialized or changed. |
| OwnerDocument | R | XmlDocument | Document node that is the top of the DOM tree to which the node belongs Not supported in Mobile, AI |
| ParentNode | R | XmlNode | Parent node |
| Prefix | CRW | String | Node namespace URI prefix In Mobile and AI only R can be accesed, cannot be initialized or changed. |
| PreviousSibling | R | XmlNode | Previous node |
| Text | R | String | Text that aggregates child nodes |
| Xml | R | String | XML text representing a node |
Access
R: Readable W: Writable C: Initializable
*: default property