Try OpenEdge Now
ABL Reference
Handle Reference
:
X-document object handle
X-document object handle
A handle to an X-document object. You create the handle and assign it to a handle variable with the CREATE X-DOCUMENT statement.
Syntax
x-document-handle
[
:
attribute
|
:
method
]
x-document-handle
A handle variable that references an X-document object.
attribute
An attribute of the X-document object.
method
A method of the X-document object.
Attributes
ENCODING attribute
ENTITY-EXPANSION-LIMIT attribute
HANDLE attribute
INSTANTIATING-PROCEDURE attribute
NAME attribute
NAMESPACE-PREFIX attribute
NAMESPACE-URI attribute
NONAMESPACE-SCHEMA-LOCATION attribute
NUM-CHILDREN attribute
PUBLIC-ID attribute
SCHEMA-LOCATION attribute
SCHEMA-PATH attribute
STRICT-ENTITY-RESOLUTION attribute
SUBTYPE attribute
SUPPRESS-NAMESPACE-PROCESSING attribute
SYSTEM-ID attribute
TYPE attribute
UNIQUE-ID attribute
Methods
ADD-SCHEMA-LOCATION( ) method
APPEND-CHILD( ) method
CREATE-NODE( ) method
CREATE-NODE-NAMESPACE( ) method
GET-CHILD( ) method
GET-DOCUMENT-ELEMENT( ) method
IMPORT-NODE( ) method
INITIALIZE-DOCUMENT-TYPE( ) method
INSERT-BEFORE( ) method
LOAD( ) method (Handle)
REMOVE-CHILD( ) method
REPLACE-CHILD( ) method
SAVE( ) method
–
See also
CREATE X-DOCUMENT statement
,
X-noderef object handle