XmlOutputpublic final class StAXExStreamWriterOutput extends XMLStreamWriterOutput
nsContext, nsUriIndex2prefixIndex, serializerbuf| Constructor | Description |
|---|---|
StAXExStreamWriterOutput(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(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 © 2018 Oracle Corporation. All rights reserved.