XmlOutputpublic final class StAXExStreamWriterOutput extends XMLStreamWriterOutput
XmlOutput for XMLStreamWriterEx.nsContext, nsUriIndex2prefixIndex, serializerbuf| Constructor | Description |
|---|---|
StAXExStreamWriterOutput(org.jvnet.staxex.XMLStreamWriterEx out) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
text(Pcdata value,
boolean needsSeparatingWhitespace) |
Writes XML text with character escaping, if necessary.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattribute, beginStartTag, endTagattribute, beginStartTag, create, endDocument, endStartTag, endTag, startDocument, textpublic StAXExStreamWriterOutput(org.jvnet.staxex.XMLStreamWriterEx out)
public void text(Pcdata value, boolean needsSeparatingWhitespace) throws javax.xml.stream.XMLStreamException
XmlOutputtext in interface XmlOutputtext in class XMLStreamWriterOutputvalue - this string can contain characters that might need escaping
(such as '&' or '>')javax.xml.stream.XMLStreamExceptionCopyright © 2017 Oracle Corporation. All rights reserved.