Try OpenEdge Now
ABL Reference
Handle Reference
:
SAX-writer object handle
SAX-writer object handle
A handle to the SAX-writer object. You create the handle and assign it to a handle variable with the CREATE SAX-WRITER statement.
Syntax
SAX-writer-handle
[
:
attribute
|
:
method
]
SAX-writer-handle
A variable of type HANDLE.
attribute
An attribute of the SAX-writer object.
method
A method of the SAX-writer object.
Attributes
ENCODING attribute
FORMATTED attribute
FRAGMENT attribute
HANDLE attribute
INSTANTIATING-PROCEDURE attribute
STANDALONE attribute
STRICT attribute
TYPE attribute
VERSION attribute
WRITE-STATUS attribute
–
–
Methods
DECLARE-NAMESPACE( ) method
END-DOCUMENT( ) method
END-ELEMENT( ) method
INSERT-ATTRIBUTE( ) method
RESET( ) method
SET-OUTPUT-DESTINATION( ) method
START-DOCUMENT( ) method
START-ELEMENT( ) method
WRITE-CDATA( ) method
WRITE-CHARACTERS( ) method
WRITE-COMMENT( ) method
WRITE-DATA-ELEMENT( ) method
WRITE-EMPTY-ELEMENT( ) method
WRITE-ENTITY-REF( ) method
WRITE-EXTERNAL-DTD( ) method
WRITE-FRAGMENT( ) method
WRITE-PROCESSING-INSTRUCTION( )method
–
See also
CREATE SAX-WRITER statement