public class OutTransformWriter extends DelegatingXMLStreamWriter
| Constructor and Description |
|---|
OutTransformWriter(javax.xml.stream.XMLStreamWriter writer,
Map<String,String> outMap,
Map<String,String> append,
List<String> dropEls,
boolean attributesToElements,
String defaultNamespace) |
| Modifier and Type | Method and Description |
|---|---|
NamespaceContext |
getNamespaceContext() |
void |
writeAttribute(String local,
String value) |
void |
writeAttribute(String uri,
String local,
String value) |
void |
writeCharacters(String text) |
void |
writeEndElement() |
void |
writeNamespace(String prefix,
String uri) |
void |
writeStartElement(String prefix,
String local,
String uri) |
close, flush, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeCData, writeCharacters, writeComment, writeDefaultNamespace, writeDTD, writeEmptyElement, writeEmptyElement, writeEmptyElement, writeEndDocument, writeEntityRef, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartDocument, writeStartDocument, writeStartElement, writeStartElementpublic void writeNamespace(String prefix, String uri) throws javax.xml.stream.XMLStreamException
writeNamespace in interface javax.xml.stream.XMLStreamWriterwriteNamespace in class DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeStartElement(String prefix, String local, String uri) throws javax.xml.stream.XMLStreamException
writeStartElement in interface javax.xml.stream.XMLStreamWriterwriteStartElement in class DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeEndElement()
throws javax.xml.stream.XMLStreamException
writeEndElement in interface javax.xml.stream.XMLStreamWriterwriteEndElement in class DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeCharacters(String text) throws javax.xml.stream.XMLStreamException
writeCharacters in interface javax.xml.stream.XMLStreamWriterwriteCharacters in class DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic NamespaceContext getNamespaceContext()
getNamespaceContext in interface javax.xml.stream.XMLStreamWritergetNamespaceContext in class DelegatingXMLStreamWriterpublic void writeAttribute(String uri, String local, String value) throws javax.xml.stream.XMLStreamException
writeAttribute in interface javax.xml.stream.XMLStreamWriterwriteAttribute in class DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionpublic void writeAttribute(String local, String value) throws javax.xml.stream.XMLStreamException
writeAttribute in interface javax.xml.stream.XMLStreamWriterwriteAttribute in class DelegatingXMLStreamWriterjavax.xml.stream.XMLStreamExceptionApache CXF