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.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void cdsect(String text) throws IOException, IllegalArgumentException, IllegalStateException
cdsect
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void comment(String text) throws IOException, IllegalArgumentException, IllegalStateException
comment
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void docdecl(String text) throws IOException, IllegalArgumentException, IllegalStateException
docdecl
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void endDocument() throws IOException, IllegalArgumentException, IllegalStateException
endDocument
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public org.xmlpull.v1.XmlSerializer endTag(String namespace, String name) throws IOException, IllegalArgumentException, IllegalStateException
endTag
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void entityRef(String text) throws IOException, IllegalArgumentException, IllegalStateException
entityRef
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void flush() throws IOException
flush
in interface org.xmlpull.v1.XmlSerializer
IOException
public int getDepth()
getDepth
in interface org.xmlpull.v1.XmlSerializer
public boolean getFeature(String name)
getFeature
in interface org.xmlpull.v1.XmlSerializer
public String getName()
getName
in interface org.xmlpull.v1.XmlSerializer
public String getNamespace()
getNamespace
in interface org.xmlpull.v1.XmlSerializer
public String getPrefix(String namespace, boolean generatePrefix) throws IllegalArgumentException
getPrefix
in interface org.xmlpull.v1.XmlSerializer
IllegalArgumentException
public Object getProperty(String name)
getProperty
in interface org.xmlpull.v1.XmlSerializer
public void ignorableWhitespace(String text) throws IOException, IllegalArgumentException, IllegalStateException
ignorableWhitespace
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void processingInstruction(String text) throws IOException, IllegalArgumentException, IllegalStateException
processingInstruction
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void setFeature(String name, boolean state) throws IllegalArgumentException, IllegalStateException
setFeature
in interface org.xmlpull.v1.XmlSerializer
IllegalArgumentException
IllegalStateException
public void setOutput(OutputStream os, String encoding) throws IOException, IllegalArgumentException, IllegalStateException
setOutput
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void setOutput(Writer writer) throws IOException, IllegalArgumentException, IllegalStateException
setOutput
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void setPrefix(String prefix, String namespace) throws IOException, IllegalArgumentException, IllegalStateException
setPrefix
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public void setProperty(String name, Object value) throws IllegalArgumentException, IllegalStateException
setProperty
in interface org.xmlpull.v1.XmlSerializer
IllegalArgumentException
IllegalStateException
public void startDocument(String encoding, Boolean standalone) throws IOException, IllegalArgumentException, IllegalStateException
startDocument
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public org.xmlpull.v1.XmlSerializer startTag(String namespace, String name) throws IOException, IllegalArgumentException, IllegalStateException
startTag
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public org.xmlpull.v1.XmlSerializer text(char[] buf, int start, int len) throws IOException, IllegalArgumentException, IllegalStateException
text
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
public org.xmlpull.v1.XmlSerializer text(String text) throws IOException, IllegalArgumentException, IllegalStateException
text
in interface org.xmlpull.v1.XmlSerializer
IOException
IllegalArgumentException
IllegalStateException
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.