public abstract class AbstractXMLStreamWriter extends Object implements XMLStreamWriter
| Constructor and Description |
|---|
AbstractXMLStreamWriter() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
getSerializedAsArrays() |
boolean |
isArrayKeysWithSlashAvailable() |
void |
serializeAsArray(String name) |
void |
seriliazeAsArray(String name)
Deprecated.
since 1.2 because of misspelling. Use serializeAsArray(String name) instead.
|
void |
writeCData(String text) |
void |
writeCharacters(char[] arg0,
int arg1,
int arg2) |
void |
writeComment(String arg0) |
void |
writeDTD(String arg0) |
void |
writeEmptyElement(String local) |
void |
writeEmptyElement(String ns,
String local) |
void |
writeEmptyElement(String prefix,
String local,
String ns) |
void |
writeEndDocument() |
void |
writeStartDocument(String arg0) |
void |
writeStartDocument(String arg0,
String arg1) |
void |
writeStartElement(String local) |
void |
writeStartElement(String ns,
String local) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCharacters, writeDefaultNamespace, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartElementpublic void writeCData(String text) throws XMLStreamException
writeCData in interface XMLStreamWriterXMLStreamExceptionpublic void writeCharacters(char[] arg0,
int arg1,
int arg2)
throws XMLStreamException
writeCharacters in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String prefix, String local, String ns) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String ns, String local) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeEmptyElement(String local) throws XMLStreamException
writeEmptyElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument(String arg0, String arg1) throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartDocument(String arg0) throws XMLStreamException
writeStartDocument in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String ns, String local) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeStartElement(String local) throws XMLStreamException
writeStartElement in interface XMLStreamWriterXMLStreamExceptionpublic void writeComment(String arg0) throws XMLStreamException
writeComment in interface XMLStreamWriterXMLStreamExceptionpublic void writeDTD(String arg0) throws XMLStreamException
writeDTD in interface XMLStreamWriterXMLStreamExceptionpublic void writeEndDocument()
throws XMLStreamException
writeEndDocument in interface XMLStreamWriterXMLStreamExceptionpublic void serializeAsArray(String name)
@Deprecated public void seriliazeAsArray(String name)
name - the namepublic boolean isArrayKeysWithSlashAvailable()
Copyright © 2018. All rights reserved.