Package 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
-
Field Summary
Fields inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriter
delegate
-
Constructor Summary
ConstructorDescriptionXSLTStreamWriter
(Templates xsltTemplate, CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter) -
Method Summary
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
-
Constructor Details
-
XSLTStreamWriter
public XSLTStreamWriter(Templates xsltTemplate, CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter)
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceXMLStreamWriter
- Overrides:
close
in classDelegatingXMLStreamWriter
-