Uses of Interface
org.xmlpull.v1.XmlSerializer

Packages that use XmlSerializer
org.xmlpull.mxp1 Contains XPP3 implementation of XMLPULL V1 API
org.xmlpull.v1   
 

Uses of XmlSerializer in org.xmlpull.mxp1
 

Methods in org.xmlpull.mxp1 that return XmlSerializer
 XmlSerializer MXParserFactory.newSerializer()
           
 

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) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.