Class StAXExStreamWriterOutput

All Implemented Interfaces:
XmlOutput

public final class StAXExStreamWriterOutput extends XMLStreamWriterOutput
XmlOutput for XMLStreamWriterEx.
Author:
Paul Sandoz.
  • Constructor Details

    • StAXExStreamWriterOutput

      public StAXExStreamWriterOutput(org.jvnet.staxex.XMLStreamWriterEx out)
  • Method Details

    • text

      public void text(Pcdata value, boolean needsSeparatingWhitespace) throws XMLStreamException
      Description copied from interface: XmlOutput
      Writes XML text with character escaping, if necessary.
      Specified by:
      text in interface XmlOutput
      Overrides:
      text in class XMLStreamWriterOutput
      Parameters:
      value - this string can contain characters that might need escaping (such as '&' or '>')
      needsSeparatingWhitespace -
      Throws:
      XMLStreamException