SAX-reader object handle
- Last Updated: July 20, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Provides access to the SAX parser to stream an XML document into the object. The SAX-reader object, used with the SAX interface, corresponds to the X-document object of the Document Object Model (DOM) interface, but presents a very different programming interface.
Syntax
|
- SAX-reader-handle
- A variable of type HANDLE.
- attribute
- An attribute of the SAX-reader object.
- method
- A method of the SAX-reader object.
Attributes
Methods
| ADD-SCHEMA-LOCATION( ) method | SAX-PARSE( ) method |
| SAX-PARSE-FIRST( ) method | SAX-PARSE-NEXT( ) method |
| SET-INPUT-SOURCE( ) method | STOP-PARSING( ) method |