om.DomNode.write
Processes a DOM document with a SAX document handler.
Syntax
write(
   sdh om.SaxDocumentHandler )
- sdh references a SAX document handler.
 
Usage
The write() method processes the current DOM node content with the SAX
 document handler passed as parameter.
See the SAX document handler class for more details.