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 SummaryFields inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriterdelegate
- 
Constructor SummaryConstructorsConstructorDescriptionXSLTStreamWriter(Templates xsltTemplate, CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter) 
- 
Method SummaryMethods inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriterflush, 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- 
XSLTStreamWriterpublic XSLTStreamWriter(Templates xsltTemplate, CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter) 
 
- 
- 
Method Details- 
closepublic void close()- Specified by:
- closein interface- XMLStreamWriter
- Overrides:
- closein class- DelegatingXMLStreamWriter
 
 
-