om.XmlWriter methods

Methods of the om.XmlWriter class.

Table 1. Class methods
Name Description
om.XmlWriter.createChannelWriter(
   channel base.Channel )
  RETURNS om.SaxDocumentHandler
Creates an om.SaxDocumentHandler object writing to a channel object.
om.XmlWriter.createFileWriter(
   path STRING )
  RETURNS om.SaxDocumentHandler
Creates an om.SaxDocumentHandler object writing to a file.
om.XmlWriter.createPipeWriter(
   command STRING )
  RETURNS om.SaxDocumentHandler
Creates an om.SaxDocumentHandler object writing to a pipe created for a process.
om.XmlWriter.createSocketWriter(
   host STRING,
   port INTEGER )
  RETURNS om.SaxDocumentHandler
Creates an om.SaxDocumentHandler object writing to a socket.