Uses of Interface
org.codehaus.plexus.util.xml.pull.XmlSerializer
-
Packages that use XmlSerializer Package Description org.codehaus.plexus.util.xml XML utilities.org.codehaus.plexus.util.xml.pull XML Pull Parser interface and implementation. -
-
Uses of XmlSerializer in org.codehaus.plexus.util.xml
Methods in org.codehaus.plexus.util.xml with parameters of type XmlSerializer Modifier and Type Method Description voidXpp3Dom. writeToSerializer(String namespace, XmlSerializer serializer)voidXpp3DomUtils. writeToSerializer(String namespace, XmlSerializer serializer, Xpp3Dom dom)Constructors in org.codehaus.plexus.util.xml with parameters of type XmlSerializer Constructor Description SerializerXMLWriter(String namespace, XmlSerializer serializer) -
Uses of XmlSerializer in org.codehaus.plexus.util.xml.pull
Classes in org.codehaus.plexus.util.xml.pull that implement XmlSerializer Modifier and Type Class Description classMXSerializerImplementation of XmlSerializer interface from XmlPull V1 API.Methods in org.codehaus.plexus.util.xml.pull that return XmlSerializer Modifier and Type Method Description XmlSerializerMXSerializer. attribute(String namespace, String name, String value)XmlSerializerXmlSerializer. attribute(String namespace, String name, String value)Write an attribute.XmlSerializerMXSerializer. endTag(String namespace, String name)XmlSerializerXmlSerializer. endTag(String namespace, String name)Write end tag.XmlSerializerMXSerializer. startTag(String namespace, String name)XmlSerializerXmlSerializer. startTag(String namespace, String name)Writes a start tag with the given namespace and name.XmlSerializerMXSerializer. text(char[] buf, int start, int len)XmlSerializerMXSerializer. text(String text)XmlSerializerXmlSerializer. text(char[] buf, int start, int len)Writes text, where special XML chars are escaped automaticallyXmlSerializerXmlSerializer. text(String text)
-