Uses of Interface
org.codehaus.plexus.util.xml.pull.XmlSerializer

Packages that use XmlSerializer
org.codehaus.plexus.util.xml.pull   
 

Uses of XmlSerializer in org.codehaus.plexus.util.xml.pull
 

Classes in org.codehaus.plexus.util.xml.pull that implement XmlSerializer
 class MXSerializer
          Deprecated. 
 

Methods in org.codehaus.plexus.util.xml.pull that return XmlSerializer
 XmlSerializer XmlSerializer.attribute(String namespace, String name, String value)
          Deprecated. Write an attribute.
 XmlSerializer MXSerializer.attribute(String namespace, String name, String value)
          Deprecated.  
 XmlSerializer XmlSerializer.endTag(String namespace, String name)
          Deprecated. Write end tag.
 XmlSerializer MXSerializer.endTag(String namespace, String name)
          Deprecated.  
 XmlSerializer XmlSerializer.startTag(String namespace, String name)
          Deprecated. Writes a start tag with the given namespace and name.
 XmlSerializer MXSerializer.startTag(String namespace, String name)
          Deprecated.  
 XmlSerializer XmlSerializer.text(char[] buf, int start, int len)
          Deprecated. Writes text, where special XML chars are escaped automatically
 XmlSerializer MXSerializer.text(char[] buf, int start, int len)
          Deprecated.  
 XmlSerializer XmlSerializer.text(String text)
          Deprecated. Writes text, where special XML chars are escaped automatically
 XmlSerializer MXSerializer.text(String text)
          Deprecated.  
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.