com.sun.xml.bind.v2.runtime.output
Class StAXExStreamWriterOutput
java.lang.Object
com.sun.xml.bind.v2.runtime.output.XmlOutputAbstractImpl
com.sun.xml.bind.v2.runtime.output.XMLStreamWriterOutput
com.sun.xml.bind.v2.runtime.output.StAXExStreamWriterOutput
- All Implemented Interfaces:
- XmlOutput
public final class StAXExStreamWriterOutput
- extends XMLStreamWriterOutput
XmlOutput for XMLStreamWriterEx.
- Author:
- Paul Sandoz.
|
Method Summary |
void |
text(Pcdata value,
boolean needsSeparatingWhitespace)
Writes XML text with character escaping, if necessary. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StAXExStreamWriterOutput
public StAXExStreamWriterOutput(XMLStreamWriterEx out)
text
public void text(Pcdata value,
boolean needsSeparatingWhitespace)
throws XMLStreamException
- Description copied from interface:
XmlOutput
- Writes XML text with character escaping, if necessary.
- Specified by:
text in interface XmlOutput- Overrides:
text in class XMLStreamWriterOutput
- Parameters:
value - this string can contain characters that might need escaping
(such as '&' or '>')
- Throws:
XMLStreamException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.