XmlElement (gb.xml)
This class represents an Element in a XML document.
Inherited constants
Static methods
Inherited static methods
Properties
Inherited properties
Methods
Inherited 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
|