XmlCDATANode (gb.xml)
This class represents a CDATA section node.
Inherited constants
Inherited static methods
Inherited properties
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
|