public final class StAXExStreamWriterOutput extends XMLStreamWriterOutput
bufnsContext, nsUriIndex2prefixIndex, serializer| Constructor and Description |
|---|
StAXExStreamWriterOutput(XMLStreamWriterEx out) |
| Modifier and Type | Method and Description |
|---|---|
void |
text(Pcdata value,
boolean needsSeparatingWhitespace)
Writes XML text with character escaping, if necessary.
|
attribute, beginStartTag, create, endDocument, endStartTag, endTag, startDocument, textattribute, beginStartTag, endTagpublic StAXExStreamWriterOutput(XMLStreamWriterEx out)
public void text(Pcdata value, boolean needsSeparatingWhitespace) throws XMLStreamException
XmlOutputtext in interface XmlOutputtext in class XMLStreamWriterOutputvalue - this string can contain characters that might need escaping
(such as '&' or '>')XMLStreamExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.