public abstract class XMLStreamWriterFilterBase
extends org.apache.axiom.om.impl.MTOMXMLStreamWriter
XMLStreamWriterRemoveIllegalChars| Constructor and Description |
|---|
XMLStreamWriterFilterBase(org.apache.axiom.om.impl.MTOMXMLStreamWriter delegate) |
public XMLStreamWriterFilterBase(org.apache.axiom.om.impl.MTOMXMLStreamWriter delegate)
public void close()
throws XMLStreamException
XMLStreamExceptionpublic void flush()
throws XMLStreamException
XMLStreamExceptionpublic NamespaceContext getNamespaceContext()
public String getPrefix(String uri) throws XMLStreamException
XMLStreamExceptionpublic Object getProperty(String name) throws IllegalArgumentException
IllegalArgumentExceptionpublic void setDefaultNamespace(String uri) throws XMLStreamException
XMLStreamExceptionpublic void setNamespaceContext(NamespaceContext context) throws XMLStreamException
XMLStreamExceptionpublic void setPrefix(String prefix, String uri) throws XMLStreamException
XMLStreamExceptionpublic void writeAttribute(String prefix, String namespaceURI, String localName, String value) throws XMLStreamException
XMLStreamExceptionpublic void writeAttribute(String namespaceURI, String localName, String value) throws XMLStreamException
XMLStreamExceptionpublic void writeAttribute(String localName, String value) throws XMLStreamException
XMLStreamExceptionpublic void writeCData(String data) throws XMLStreamException
XMLStreamExceptionpublic void writeCharacters(char[] text,
int start,
int len)
throws XMLStreamException
XMLStreamExceptionpublic void writeCharacters(String text) throws XMLStreamException
XMLStreamExceptionpublic void writeComment(String data) throws XMLStreamException
XMLStreamExceptionpublic void writeDTD(String dtd) throws XMLStreamException
XMLStreamExceptionpublic void writeDefaultNamespace(String namespaceURI) throws XMLStreamException
XMLStreamExceptionpublic void writeEmptyElement(String prefix, String localName, String namespaceURI) throws XMLStreamException
XMLStreamExceptionpublic void writeEmptyElement(String namespaceURI, String localName) throws XMLStreamException
XMLStreamExceptionpublic void writeEmptyElement(String localName) throws XMLStreamException
XMLStreamExceptionpublic void writeEndDocument()
throws XMLStreamException
XMLStreamExceptionpublic void writeEndElement()
throws XMLStreamException
XMLStreamExceptionpublic void writeEntityRef(String name) throws XMLStreamException
XMLStreamExceptionpublic void writeNamespace(String prefix, String namespaceURI) throws XMLStreamException
XMLStreamExceptionpublic void writeProcessingInstruction(String target, String data) throws XMLStreamException
XMLStreamExceptionpublic void writeProcessingInstruction(String target) throws XMLStreamException
XMLStreamExceptionpublic void writeStartDocument()
throws XMLStreamException
XMLStreamExceptionpublic void writeStartDocument(String encoding, String version) throws XMLStreamException
XMLStreamExceptionpublic void writeStartDocument(String version) throws XMLStreamException
XMLStreamExceptionpublic void writeStartElement(String prefix, String localName, String namespaceURI) throws XMLStreamException
XMLStreamExceptionpublic void writeStartElement(String namespaceURI, String localName) throws XMLStreamException
XMLStreamExceptionpublic void writeStartElement(String localName) throws XMLStreamException
XMLStreamExceptionpublic boolean isOptimized()
isOptimized in class org.apache.axiom.om.impl.MTOMXMLStreamWriterpublic String prepareDataHandler(DataHandler dataHandler)
prepareDataHandler in class org.apache.axiom.om.impl.MTOMXMLStreamWriterpublic String getCharSetEncoding()
getCharSetEncoding in class org.apache.axiom.om.impl.MTOMXMLStreamWriterpublic org.apache.axiom.om.OMOutputFormat getOutputFormat()
getOutputFormat in class org.apache.axiom.om.impl.MTOMXMLStreamWriterpublic OutputStream getOutputStream() throws XMLStreamException
getOutputStream in class org.apache.axiom.om.impl.MTOMXMLStreamWriterXMLStreamExceptionCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.