The SaxDocumentHandler class / om.SaxDocumentHandler methods |
Processes a processing instruction.
processingInstruction( name STRING, data STRING )
The processingInstruction() method processes a processing instruction with the SAX interface.
A processing instruction appears in an XML formatted text as:
<?name data ?>