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
 
 public static class XSLTOutInterceptor.XSLTStreamWriter extends DelegatingXMLStreamWriter 
- 
- 
Field Summary- 
Fields inherited from class org.apache.cxf.staxutils.DelegatingXMLStreamWriterdelegate
 
- 
 - 
Constructor SummaryConstructors Constructor Description XSLTStreamWriter(Templates xsltTemplate, CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()- 
Methods 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 Detail- 
XSLTStreamWriterpublic XSLTStreamWriter(Templates xsltTemplate, CachedWriter cachedWriter, XMLStreamWriter delegateXWriter, XMLStreamWriter origXWriter) 
 
- 
 - 
Method Detail- 
closepublic void close() - Specified by:
- closein interface- XMLStreamWriter
- Overrides:
- closein class- DelegatingXMLStreamWriter
 
 
- 
 
-