om.SaxDocumentHandler.characters

Processes a text node.

Syntax

characters(
   data STRING )
  1. data is the content of the text node.

Usage

The characters() method processes a text node with the SAX interface.