public class FastXmlSerializer extends Object implements org.xmlpull.v1.XmlSerializer
| Constructor and Description |
|---|
FastXmlSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.xmlpull.v1.XmlSerializer |
attribute(String namespace,
String name,
String value) |
void |
cdsect(String text) |
void |
comment(String text) |
void |
docdecl(String text) |
void |
endDocument() |
org.xmlpull.v1.XmlSerializer |
endTag(String namespace,
String name) |
void |
entityRef(String text) |
void |
flush() |
int |
getDepth() |
boolean |
getFeature(String name) |
String |
getName() |
String |
getNamespace() |
String |
getPrefix(String namespace,
boolean generatePrefix) |
Object |
getProperty(String name) |
void |
ignorableWhitespace(String text) |
void |
processingInstruction(String text) |
void |
setFeature(String name,
boolean state) |
void |
setOutput(OutputStream os,
String encoding) |
void |
setOutput(Writer writer) |
void |
setPrefix(String prefix,
String namespace) |
void |
setProperty(String name,
Object value) |
void |
startDocument(String encoding,
Boolean standalone) |
org.xmlpull.v1.XmlSerializer |
startTag(String namespace,
String name) |
org.xmlpull.v1.XmlSerializer |
text(char[] buf,
int start,
int len) |
org.xmlpull.v1.XmlSerializer |
text(String text) |
public org.xmlpull.v1.XmlSerializer attribute(String namespace, String name, String value) throws IOException, IllegalArgumentException, IllegalStateException
attribute in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void cdsect(String text) throws IOException, IllegalArgumentException, IllegalStateException
cdsect in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void comment(String text) throws IOException, IllegalArgumentException, IllegalStateException
comment in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void docdecl(String text) throws IOException, IllegalArgumentException, IllegalStateException
docdecl in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void endDocument()
throws IOException,
IllegalArgumentException,
IllegalStateException
endDocument in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic org.xmlpull.v1.XmlSerializer endTag(String namespace, String name) throws IOException, IllegalArgumentException, IllegalStateException
endTag in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void entityRef(String text) throws IOException, IllegalArgumentException, IllegalStateException
entityRef in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void flush()
throws IOException
flush in interface org.xmlpull.v1.XmlSerializerIOExceptionpublic int getDepth()
getDepth in interface org.xmlpull.v1.XmlSerializerpublic boolean getFeature(String name)
getFeature in interface org.xmlpull.v1.XmlSerializerpublic String getName()
getName in interface org.xmlpull.v1.XmlSerializerpublic String getNamespace()
getNamespace in interface org.xmlpull.v1.XmlSerializerpublic String getPrefix(String namespace, boolean generatePrefix) throws IllegalArgumentException
getPrefix in interface org.xmlpull.v1.XmlSerializerIllegalArgumentExceptionpublic Object getProperty(String name)
getProperty in interface org.xmlpull.v1.XmlSerializerpublic void ignorableWhitespace(String text) throws IOException, IllegalArgumentException, IllegalStateException
ignorableWhitespace in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void processingInstruction(String text) throws IOException, IllegalArgumentException, IllegalStateException
processingInstruction in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void setFeature(String name, boolean state) throws IllegalArgumentException, IllegalStateException
setFeature in interface org.xmlpull.v1.XmlSerializerIllegalArgumentExceptionIllegalStateExceptionpublic void setOutput(OutputStream os, String encoding) throws IOException, IllegalArgumentException, IllegalStateException
setOutput in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void setOutput(Writer writer) throws IOException, IllegalArgumentException, IllegalStateException
setOutput in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void setPrefix(String prefix, String namespace) throws IOException, IllegalArgumentException, IllegalStateException
setPrefix in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic void setProperty(String name, Object value) throws IllegalArgumentException, IllegalStateException
setProperty in interface org.xmlpull.v1.XmlSerializerIllegalArgumentExceptionIllegalStateExceptionpublic void startDocument(String encoding, Boolean standalone) throws IOException, IllegalArgumentException, IllegalStateException
startDocument in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic org.xmlpull.v1.XmlSerializer startTag(String namespace, String name) throws IOException, IllegalArgumentException, IllegalStateException
startTag in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic org.xmlpull.v1.XmlSerializer text(char[] buf,
int start,
int len)
throws IOException,
IllegalArgumentException,
IllegalStateException
text in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionpublic org.xmlpull.v1.XmlSerializer text(String text) throws IOException, IllegalArgumentException, IllegalStateException
text in interface org.xmlpull.v1.XmlSerializerIOExceptionIllegalArgumentExceptionIllegalStateExceptionCopyright © 2012-2013 ADELE Research Group. All Rights Reserved.