Revision [1604]
This is an old revision of FunctionStAXnewEventReader made by DavidLee on 2010-12-03 07:40:59.
Function newEventReader
This function is part of the StAX support.
Name
newEventReader creates a new StAX XMLEventReader ObjectSynopsis
newEventReader( [ uri ] )Description
newEventReader creates an instance of a StAX XMLEventReader object initialized to read from the standard input port, or if supplied, any URI (filename, http etc).
The result object should be stored in a variable for use by other StAX Functions.
Example
import commands stax=stax reader=stax:newEventReader( file.xml )
Commands
StAX Functions
Java Objects