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, wait
close, flush, getNamespaceContext, getPrefix, getProperty, setDefaultNamespace, setNamespaceContext, setPrefix, writeAttribute, writeAttribute, writeAttribute, writeCharacters, writeDefaultNamespace, writeEndElement, writeEntityRef, writeNamespace, writeProcessingInstruction, writeProcessingInstruction, writeStartDocument, writeStartElement
public void writeCData(String text) throws XMLStreamException
writeCData
in interface XMLStreamWriter
XMLStreamException
public void writeCharacters(char[] arg0, int arg1, int arg2) throws XMLStreamException
writeCharacters
in interface XMLStreamWriter
XMLStreamException
public void writeEmptyElement(String prefix, String local, String ns) throws XMLStreamException
writeEmptyElement
in interface XMLStreamWriter
XMLStreamException
public void writeEmptyElement(String ns, String local) throws XMLStreamException
writeEmptyElement
in interface XMLStreamWriter
XMLStreamException
public void writeEmptyElement(String local) throws XMLStreamException
writeEmptyElement
in interface XMLStreamWriter
XMLStreamException
public void writeStartDocument(String arg0, String arg1) throws XMLStreamException
writeStartDocument
in interface XMLStreamWriter
XMLStreamException
public void writeStartDocument(String arg0) throws XMLStreamException
writeStartDocument
in interface XMLStreamWriter
XMLStreamException
public void writeStartElement(String ns, String local) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
XMLStreamException
public void writeStartElement(String local) throws XMLStreamException
writeStartElement
in interface XMLStreamWriter
XMLStreamException
public void writeComment(String arg0) throws XMLStreamException
writeComment
in interface XMLStreamWriter
XMLStreamException
public void writeDTD(String arg0) throws XMLStreamException
writeDTD
in interface XMLStreamWriter
XMLStreamException
public void writeEndDocument() throws XMLStreamException
writeEndDocument
in interface XMLStreamWriter
XMLStreamException
public void serializeAsArray(String name)
@Deprecated public void seriliazeAsArray(String name)
name
- the namepublic boolean isArrayKeysWithSlashAvailable()
Copyright © 2023. All rights reserved.