org.apache.cxf.feature.transform
Class XSLTOutInterceptor.XSLTStreamWriter
java.lang.Object
org.apache.cxf.staxutils.DelegatingXMLStreamWriter
org.apache.cxf.feature.transform.XSLTOutInterceptor.XSLTStreamWriter
- All Implemented Interfaces:
- XMLStreamWriter
- Enclosing class:
- XSLTOutInterceptor
public static class XSLTOutInterceptor.XSLTStreamWriter
- extends DelegatingXMLStreamWriter
Method Summary |
void |
close()
|
Methods inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter |
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, writeStartElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLTOutInterceptor.XSLTStreamWriter
public XSLTOutInterceptor.XSLTStreamWriter(Templates xsltTemplate,
CachedWriter cachedWriter,
XMLStreamWriter delegateXWriter,
XMLStreamWriter origXWriter)
close
public void close()
- Specified by:
close
in interface XMLStreamWriter
- Overrides:
close
in class DelegatingXMLStreamWriter
Apache CXF