public class XoXMLStreamWriterImpl extends Object implements XoXMLStreamWriter
Constructor and Description |
---|
XoXMLStreamWriterImpl(XMLStreamWriter writer) |
public XoXMLStreamWriterImpl(XMLStreamWriter writer)
public void writeXsiNil() throws XMLStreamException
writeXsiNil
in interface XoXMLStreamWriter
XMLStreamException
public void writeAndDeclareIfUndeclared(String prefix, String namespace) throws XMLStreamException
writeAndDeclareIfUndeclared
in interface XoXMLStreamWriter
XMLStreamException
public void writeQName(QName q) throws XMLStreamException
writeQName
in interface XoXMLStreamWriter
XMLStreamException
public String getQNameAsString(QName q) throws XMLStreamException
getQNameAsString
in interface XoXMLStreamWriter
XMLStreamException
public void writeDomElement(Element element, boolean writeTag) throws XMLStreamException
writeDomElement
in interface XoXMLStreamWriter
XMLStreamException
public void writeXsiType(String namespace, String local) throws XMLStreamException
writeXsiType
in interface XoXMLStreamWriter
XMLStreamException
public String getUniquePrefix(String namespaceURI) throws XMLStreamException
getUniquePrefix
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(Collection<Object> values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(Object[] values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(boolean[] values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(short[] values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(int[] values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(long[] values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(float[] values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public void writeAsXmlList(double[] values) throws XMLStreamException
writeAsXmlList
in interface XoXMLStreamWriter
XMLStreamException
public String getUniquePrefix(String namespaceURI, boolean declare) throws XMLStreamException
XMLStreamException
public String getUniquePrefix()
public void writeString(String s) throws XMLStreamException
writeString
in interface XoXMLStreamWriter
XMLStreamException
public void writeBoolean(boolean b) throws XMLStreamException
writeBoolean
in interface XoXMLStreamWriter
XMLStreamException
public void writeDouble(double b) throws XMLStreamException
writeDouble
in interface XoXMLStreamWriter
XMLStreamException
public void writeFloat(float b) throws XMLStreamException
writeFloat
in interface XoXMLStreamWriter
XMLStreamException
public void writeLong(long b) throws XMLStreamException
writeLong
in interface XoXMLStreamWriter
XMLStreamException
public void writeShort(short b) throws XMLStreamException
writeShort
in interface XoXMLStreamWriter
XMLStreamException
public void writeByte(byte b) throws XMLStreamException
writeByte
in interface XoXMLStreamWriter
XMLStreamException
public void writeInt(int i) throws XMLStreamException
writeInt
in interface XoXMLStreamWriter
XMLStreamException
public void writeStartElementWithAutoPrefix(String namespaceURI, String localName) throws XMLStreamException
writeStartElementWithAutoPrefix
in interface XoXMLStreamWriter
XMLStreamException
public void close() throws XMLStreamException
close
in interface XMLStreamWriter
XMLStreamException
public void flush() throws XMLStreamException
flush
in interface XMLStreamWriter
XMLStreamException
public NamespaceContext getNamespaceContext()
getNamespaceContext
in interface XMLStreamWriter
public String getPrefix(String uri) throws XMLStreamException
getPrefix
in interface XMLStreamWriter
XMLStreamException
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in interface XMLStreamWriter
IllegalArgumentException
public void setDefaultNamespace(String uri) throws XMLStreamException
setDefaultNamespace
in interface XMLStreamWriter
XMLStreamException
public void setNamespaceContext(NamespaceContext arg0) throws XMLStreamException
setNamespaceContext
in interface XMLStreamWriter
XMLStreamException
public void setPrefix(String prefix, String uri) throws XMLStreamException
setPrefix
in interface XMLStreamWriter
XMLStreamException
public void writeAttribute(QName name, String value) throws XMLStreamException
writeAttribute
in interface XoXMLStreamWriter
XMLStreamException
public void writeAttribute(String prefix, String namespaceURI, String localName, String value) throws XMLStreamException
writeAttribute
in interface XMLStreamWriter
XMLStreamException
public void writeAttribute(String namespaceURI, String localName, String value) throws XMLStreamException
writeAttribute
in interface XMLStreamWriter
XMLStreamException
public void writeAttribute(String localName, String value) throws XMLStreamException
writeAttribute
in interface XMLStreamWriter
XMLStreamException
public void writeCData(String data) throws XMLStreamException
writeCData
in interface XMLStreamWriter
XMLStreamException
public void writeCharacters(char[] text, int start, int len) throws XMLStreamException
writeCharacters
in interface XMLStreamWriter
XMLStreamException
public void writeCharacters(String text) throws XMLStreamException
writeCharacters
in interface XMLStreamWriter
XMLStreamException
public void writeComment(String data) throws XMLStreamException
writeComment
in interface XMLStreamWriter
XMLStreamException
public void writeDefaultNamespace(String uri) throws XMLStreamException
writeDefaultNamespace
in interface XMLStreamWriter
XMLStreamException
public void writeDTD(String dtd) throws XMLStreamException
writeDTD
in interface XMLStreamWriter
XMLStreamException
public void writeEmptyElement(String prefix, String namespaceURI, String localName) throws XMLStreamException
writeEmptyElement
in interface XMLStreamWriter
XMLStreamException
public void writeEmptyElement(String namespaceURI, String localName) throws XMLStreamException
writeEmptyElement
in interface XMLStreamWriter
XMLStreamException
public void writeEmptyElement(String localName) throws XMLStreamException
writeEmptyElement
in interface XMLStreamWriter
XMLStreamException
public void writeEndDocument() throws XMLStreamException
writeEndDocument
in interface XMLStreamWriter
XMLStreamException
public void writeEndElement() throws XMLStreamException
writeEndElement
in interface XMLStreamWriter
XMLStreamException
public void writeEntityRef(String name) throws XMLStreamException
writeEntityRef
in interface XMLStreamWriter
XMLStreamException
public void writeNamespace(String prefix, String namespaceURI) throws XMLStreamException
writeNamespace
in interface XMLStreamWriter
XMLStreamException
public void writeProcessingInstruction(String target, String data) throws XMLStreamException
writeProcessingInstruction
in interface XMLStreamWriter
XMLStreamException
public void writeProcessingInstruction(String target) throws XMLStreamException
writeProcessingInstruction
in interface XMLStreamWriter
XMLStreamException
public void writeStartDocument() throws XMLStreamException
writeStartDocument
in interface XMLStreamWriter
XMLStreamException
public void writeStartDocument(String encoding, String version) throws XMLStreamException
writeStartDocument
in interface XMLStreamWriter
XMLStreamException
public void writeStartDocument(String version) throws XMLStreamException
writeStartDocument
in interface XMLStreamWriter
XMLStreamException
public void writeStartElement(String prefix, String namespaceURI, String localName) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
XMLStreamException
public void writeStartElement(String namespaceURI, String localName) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
XMLStreamException
public void writeStartElement(String localName) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
XMLStreamException
Copyright © 2007–2017. All rights reserved.