public final class StAXExStreamWriterOutput extends XMLStreamWriterOutput
XmlOutput
for XMLStreamWriterEx
.buf
nsContext, nsUriIndex2prefixIndex, serializer
Constructor and Description |
---|
StAXExStreamWriterOutput(org.jvnet.staxex.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, text
attribute, beginStartTag, endTag
public StAXExStreamWriterOutput(org.jvnet.staxex.XMLStreamWriterEx out)
public void text(Pcdata value, boolean needsSeparatingWhitespace) throws XMLStreamException
XmlOutput
text
in interface XmlOutput
text
in class XMLStreamWriterOutput
value
- this string can contain characters that might need escaping
(such as '&' or '>')XMLStreamException
Copyright © 2017 JBoss by Red Hat. All rights reserved.