public static class XSLTOutInterceptor.XSLTStreamWriter
extends org.apache.cxf.staxutils.DelegatingXMLStreamWriter
| Constructor and Description |
|---|
XSLTOutInterceptor.XSLTStreamWriter(Templates xsltTemplate,
org.apache.cxf.io.CachedWriter cachedWriter,
XMLStreamWriter delegateXWriter,
XMLStreamWriter origXWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCData, writeCharacters, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElement, writeStartElementpublic XSLTOutInterceptor.XSLTStreamWriter(Templates xsltTemplate, org.apache.cxf.io.CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter)
public void close()
close in interface XMLStreamWriterclose in class org.apache.cxf.staxutils.DelegatingXMLStreamWriterApache CXF