Rational Developer for System z
Enterprise PL/I for z/OS, Version 4.2, Language Reference

PLISAXC

This built-in subroutine allows you to perform SAX-style parsing of an XML document residing in one or more buffers in your program.

Read syntax diagramSkip visual syntax diagram>>-PLISAXC(e,p,x,n-+----+-)------------------------------------><
                   '-,c-'
 
e
An event structure
p
A pointer value or "token" that will be passed back to the parsing events
x
The address of the buffer containing the XML document
n
The number of bytes of data in that buffer
c
A numeric expression specifying the codepage of that XML document

PLISAXC uses the z/OS XML System Services parser and is supported only on z/OS.

For more information, see Enterprise PL/I for z/OS Programming Guide.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)