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, writeStartElementvoid writeString(String s) throws XMLStreamException
XMLStreamExceptionvoid writeInt(int i)
throws XMLStreamException
XMLStreamExceptionvoid writeBoolean(boolean b)
throws XMLStreamException
XMLStreamExceptionvoid writeLong(long b)
throws XMLStreamException
XMLStreamExceptionvoid writeFloat(float b)
throws XMLStreamException
XMLStreamExceptionvoid writeShort(short b)
throws XMLStreamException
XMLStreamExceptionvoid writeDouble(double b)
throws XMLStreamException
XMLStreamExceptionvoid writeByte(byte b)
throws XMLStreamException
XMLStreamExceptionvoid writeQName(QName q) throws XMLStreamException
XMLStreamExceptionString getQNameAsString(QName q) throws XMLStreamException
XMLStreamExceptionvoid writeDomElement(Element element, boolean writeTag) throws XMLStreamException
XMLStreamExceptionvoid writeAttribute(QName name, String value) throws XMLStreamException
XMLStreamExceptionvoid writeStartElementWithAutoPrefix(String namespaceURI, String localName) throws XMLStreamException
XMLStreamExceptionvoid writeXsiNil()
throws XMLStreamException
XMLStreamExceptionvoid writeXsiType(String namespace, String local) throws XMLStreamException
XMLStreamExceptionvoid writeAndDeclareIfUndeclared(String prefix, String namespace) throws XMLStreamException
XMLStreamExceptionString getUniquePrefix(String namespaceURI) throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(Collection<Object> values) throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(Object[] values) throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(boolean[] values)
throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(short[] values)
throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(int[] values)
throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(long[] values)
throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(float[] values)
throws XMLStreamException
XMLStreamExceptionvoid writeAsXmlList(double[] values)
throws XMLStreamException
XMLStreamExceptionCopyright © 2007–2021. All rights reserved.