Uses of Interface
org.codehaus.plexus.util.xml.pull.XmlSerializer
Packages that use XmlSerializer
-
Uses of XmlSerializer in org.codehaus.plexus.util.xml
Fields in org.codehaus.plexus.util.xml declared as XmlSerializerMethods in org.codehaus.plexus.util.xml with parameters of type XmlSerializerModifier and TypeMethodDescriptionvoidXpp3Dom.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 -
Uses of XmlSerializer in org.codehaus.plexus.util.xml.pull
Classes in org.codehaus.plexus.util.xml.pull that implement XmlSerializerModifier and TypeClassDescriptionclassImplementation of XmlSerializer interface from XmlPull V1 API.Methods in org.codehaus.plexus.util.xml.pull that return XmlSerializerModifier and TypeMethodDescriptionWrite an attribute.Write end tag.Writes a start tag with the given namespace and name.MXSerializer.text(char[] buf, int start, int len) XmlSerializer.text(char[] buf, int start, int len) Writes text, where special XML chars are escaped automaticallyWrites text, where special XML chars are escaped automatically