Modifier and Type | Method and Description |
---|---|
XmlSerializer |
XmlSerializer.attribute(String namespace,
String name,
String value)
Write an attribute.
|
XmlSerializer |
XmlSerializer.endTag(String namespace,
String name)
Write end tag.
|
XmlSerializer |
XmlPullParserFactory.newSerializer()
Creates a new instance of a XML Serializer.
|
XmlSerializer |
XmlSerializer.startTag(String namespace,
String name)
Writes a start tag with the given namespace and name.
|
XmlSerializer |
XmlSerializer.text(char[] buf,
int start,
int len)
Writes text, where special XML chars are escaped automatically
|
XmlSerializer |
XmlSerializer.text(String text)
Writes text, where special XML chars are escaped automatically
|
Copyright (c) 2006 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.