Uses of Interface
org.xmlpull.v1.XmlSerializer

Uses of XmlSerializer in org.xmlpull.v1
 

Methods in org.xmlpull.v1 that return XmlSerializer
 XmlSerializer XmlSerializer.startTag(String namespace, String name)
          Writes a start tag with the given namespace and name.
 XmlSerializer XmlSerializer.attribute(String namespace, String name, String value)
          Write an attribute.
 XmlSerializer XmlSerializer.endTag(String namespace, String name)
          Write end tag.
 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
 XmlSerializer XmlPullParserFactory.newSerializer()
          Creates a new instance of a XML Serializer.
 



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