The om package / The XmlReader class |
Methods of the om.XmlReader class.
Name | Description |
---|---|
createFileReader( filename STRING ) RETURNING result om.XmlReader |
Creates an XML reader object from a file. |
Name | Description |
---|---|
getAttributes() RETURNING result om.SaxAttributes |
Builds an attribute list for the current processed element. |
getCharacters() RETURNING result STRING |
Returns the character data of the current processed element. |
skippedEntity() RETURNING result STRING |
Returns the name of an unresolved entity. |
getTagName() RETURNING result STRING |
Returns the tag name of the current processed element. |
read() RETURNING result STRING |
Reads the next SAX event to process. |