The SaxDocumentHandler class / om.SaxDocumentHandler methods |
Reads and processes an XML file with the SAX document handler.
Use the readXmlFile() method after creating the om.SaxDocumentHandler object, to process the XML data from a file input stream.
DEFINE f om.SaxDocumentHandler LET f = om.SaxDocumentHandler.createForName("mysaxmod") CALL f.readXmlFile("cars.xml")