om.XmlReader methods

Methods of the om.XmlReader class.

Table 1. Class methods
Name Description
createFileReader(
   filename STRING )
  RETURNING result om.XmlReader
Creates an XML reader object from a file.
Table 2. Object methods
Name Description
getCharacters()
  RETURNING result STRING
Returns the character data of the current processed element.
getAttributes()
  RETURNING result om.SaxAttributes
Builds an attribute list for the current processed element.
getTagName()
  RETURNING result STRING
Returns the tag name of the current processed element.
read()
  RETURNING result STRING
Reads the next SAX event to process.
skippedEntity()
  RETURNING result STRING
Returns the name of an unresolved entity.