public interface XoXMLStreamWriter extends XMLStreamWriter
Modifier and Type | Method and Description |
---|---|
String |
getQNameAsString(QName q) |
String |
getUniquePrefix(String namespaceURI) |
void |
writeAndDeclareIfUndeclared(String prefix,
String namespace) |
void |
writeAsXmlList(boolean[] values) |
void |
writeAsXmlList(Collection<Object> values) |
void |
writeAsXmlList(double[] values) |
void |
writeAsXmlList(float[] values) |
void |
writeAsXmlList(int[] values) |
void |
writeAsXmlList(long[] values) |
void |
writeAsXmlList(Object[] values) |
void |
writeAsXmlList(short[] values) |
void |
writeAttribute(QName name,
String value) |
void |
writeBoolean(boolean b) |
void |
writeByte(byte b) |
void |
writeDomElement(Element element,
boolean writeTag) |
void |
writeDouble(double b) |
void |
writeFloat(float b) |
void |
writeInt(int i) |
void |
writeLong(long b) |
void |
writeQName(QName q) |
void |
writeShort(short b) |
void |
writeStartElementWithAutoPrefix(String namespaceURI,
String localName) |
void |
writeString(String s) |
void |
writeXsiNil() |
void |
writeXsiType(String namespace,
String local) |
close, flush, 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
void writeString(String s) throws XMLStreamException
XMLStreamException
void writeInt(int i) throws XMLStreamException
XMLStreamException
void writeBoolean(boolean b) throws XMLStreamException
XMLStreamException
void writeLong(long b) throws XMLStreamException
XMLStreamException
void writeFloat(float b) throws XMLStreamException
XMLStreamException
void writeShort(short b) throws XMLStreamException
XMLStreamException
void writeDouble(double b) throws XMLStreamException
XMLStreamException
void writeByte(byte b) throws XMLStreamException
XMLStreamException
void writeQName(QName q) throws XMLStreamException
XMLStreamException
String getQNameAsString(QName q) throws XMLStreamException
XMLStreamException
void writeDomElement(Element element, boolean writeTag) throws XMLStreamException
XMLStreamException
void writeAttribute(QName name, String value) throws XMLStreamException
XMLStreamException
void writeStartElementWithAutoPrefix(String namespaceURI, String localName) throws XMLStreamException
XMLStreamException
void writeXsiNil() throws XMLStreamException
XMLStreamException
void writeXsiType(String namespace, String local) throws XMLStreamException
XMLStreamException
void writeAndDeclareIfUndeclared(String prefix, String namespace) throws XMLStreamException
XMLStreamException
String getUniquePrefix(String namespaceURI) throws XMLStreamException
XMLStreamException
void writeAsXmlList(Collection<Object> values) throws XMLStreamException
XMLStreamException
void writeAsXmlList(Object[] values) throws XMLStreamException
XMLStreamException
void writeAsXmlList(boolean[] values) throws XMLStreamException
XMLStreamException
void writeAsXmlList(short[] values) throws XMLStreamException
XMLStreamException
void writeAsXmlList(int[] values) throws XMLStreamException
XMLStreamException
void writeAsXmlList(long[] values) throws XMLStreamException
XMLStreamException
void writeAsXmlList(float[] values) throws XMLStreamException
XMLStreamException
void writeAsXmlList(double[] values) throws XMLStreamException
XMLStreamException
Copyright © 2007–2018. All rights reserved.