public interface XMLStreamWriter
void close() throws XMLStreamException
XMLStreamException
void flush() throws XMLStreamException
XMLStreamException
NamespaceContext getNamespaceContext()
String getPrefix(String uri) throws XMLStreamException
XMLStreamException
Object getProperty(String name) throws IllegalArgumentException
IllegalArgumentException
void setDefaultNamespace(String uri) throws XMLStreamException
XMLStreamException
void setNamespaceContext(NamespaceContext context) throws XMLStreamException
XMLStreamException
void setPrefix(String prefix, String uri) throws XMLStreamException
XMLStreamException
void writeAttribute(String localName, String value) throws XMLStreamException
XMLStreamException
void writeAttribute(String namespaceURI, String localName, String value) throws XMLStreamException
XMLStreamException
void writeAttribute(String prefix, String namespaceURI, String localName, String value) throws XMLStreamException
XMLStreamException
void writeCData(String data) throws XMLStreamException
XMLStreamException
void writeCharacters(char[] text, int start, int len) throws XMLStreamException
XMLStreamException
void writeCharacters(String text) throws XMLStreamException
XMLStreamException
void writeComment(String data) throws XMLStreamException
XMLStreamException
void writeDefaultNamespace(String namespaceURI) throws XMLStreamException
XMLStreamException
void writeDTD(String dtd) throws XMLStreamException
XMLStreamException
void writeEmptyElement(String localName) throws XMLStreamException
XMLStreamException
void writeEmptyElement(String namespaceURI, String localName) throws XMLStreamException
XMLStreamException
void writeEmptyElement(String prefix, String localName, String namespaceURI) throws XMLStreamException
XMLStreamException
void writeEndDocument() throws XMLStreamException
XMLStreamException
void writeEndElement() throws XMLStreamException
XMLStreamException
void writeEntityRef(String name) throws XMLStreamException
XMLStreamException
void writeNamespace(String prefix, String namespaceURI) throws XMLStreamException
XMLStreamException
void writeProcessingInstruction(String target) throws XMLStreamException
XMLStreamException
void writeProcessingInstruction(String target, String data) throws XMLStreamException
XMLStreamException
void writeStartDocument() throws XMLStreamException
XMLStreamException
void writeStartDocument(String version) throws XMLStreamException
XMLStreamException
void writeStartDocument(String encoding, String version) throws XMLStreamException
XMLStreamException
void writeStartElement(String localName) throws XMLStreamException
XMLStreamException
void writeStartElement(String namespaceURI, String localName) throws XMLStreamException
XMLStreamException
void writeStartElement(String prefix, String localName, String namespaceURI) throws XMLStreamException
XMLStreamException
Copyright © 2013. All Rights Reserved.