Class StAXExStreamWriterOutput

    • Constructor Detail

      • StAXExStreamWriterOutput

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

      • text

        public void text​(Pcdata value,
                         boolean needsSeparatingWhitespace)
                  throws javax.xml.stream.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 '>')
        Throws:
        javax.xml.stream.XMLStreamException