DEFINE VARIABLE hNode AS HANDLE NO-UNDO.
CREATE X-NODEREF hNode. . . . DELETE OBJECT hNode. |
SUBTYPE attribute
|
NAME attribute
|
NODE-VALUE attribute
|
ATTRIBUTE
|
The name of the attribute. Primarily used with namespaces
|
The value of the attribute
|
DOCUMENT-FRAGMENT
|
Ignored
|
Content of the fragment
|
ELEMENT
|
XML tag name, including namespace information
|
Null
|
ENTITY-REFERENCE
|
The name of the entity referenced without the leading ampersand and trailing semicolon
|
Null
|
TEXT
|
Ignored
|
Content of the text node
|
CDATA-SECTION
|
Ignored
|
Content of the CDATA-SECTION
|
COMMENT
|
Ignored
|
Content of the COMMENT
|
PROCESSING-INSTRUCTION
|
The target, which is the first XML token following the <? markup
|
Content excluding the target
|