Uses of Interface org.xmlpull.v1.XmlSerializer

Uses in package org.xmlpull.v1

Methods with return type org.xmlpull.v1.XmlSerializer

XmlSerializer
XmlSerializer.attribute(String namespace, String name, String value)
Write an attribute.
XmlSerializer
XmlSerializer.endTag(String namespace, String name)
Write end tag.
XmlSerializer
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(String text)
Writes text, where special XML chars are escaped automatically
XmlSerializer
XmlSerializer.text(char[] buf, int start, int len)
Writes text, where special XML chars are escaped automatically

Copyright (c) 2005 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.