om.SaxDocumentHandler methods

Methods of the om.SaxDocumentHandler class.

Table 1. Class methods
Name Description
om.SaxDocumentHandler.createForName(
   module STRING )
  RETURNING result om.SaxDocumentHandler
Creates a new SAX document handler object for the given .4gl module.
Table 2. Object methods
Name Description
characters(
   data STRING )
Processes a text node.
endDocument()
Processes the end of the document.
endElement(
   tagname STRING )
Processes the end of an element.
processingInstruction(
   name STRING,
   data STRING )
Processes a processing instruction.
readXmlFile(
   filename STRING )
Reads and processes an XML file with the SAX document handler.
setIndent(
   on BOOLEAN )
Controls indentation in XML output.
startDocument()
Processes the beginning of the document.
startElement(
   tagname STRING,
   attrs om.SaxAttributes )
Processes the beginning of an element.
skippedEntity(
   name STRING )
Processes an unresolved entity.