XmlNode (gb.xml)
The Node class is the base type for the entire Document Object Model. It represents a single node in the document tree.
This class is not creatable.
Constants
Static methods
Properties
Methods
GetUserData
|
Function GetUserData ( Key As String ) As Variant
|
NewAttribute
|
Creates a new attribute node, sets its name and value with the Name and Value arguments, and adds it to the current node.
|
NewElement
|
Creates a new element, sets its name and value with the Name and Value arguments, and adds it to the current node.
|
SetUserData
|
Associate an object to a key on this node. The object can later be retrieved from this node by calling GetUserData with the same key.
|
ToString
|
Function ToString ( [ Indent As Boolean ] ) As String
|