public final class StAXExStreamWriterOutput extends XMLStreamWriterOutput
XmlOutput for XMLStreamWriterEx.bufnsContext, 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, textattribute, beginStartTag, endTagpublic StAXExStreamWriterOutput(org.jvnet.staxex.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 © 2018 JBoss by Red Hat. All rights reserved.