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

Uses in package org.codehaus.plexus.util.xml

Constructors with parameter type org.codehaus.plexus.util.xml.pull.XmlSerializer

SerializerXMLWriter.SerializerXMLWriter(String namespace, XmlSerializer serializer)

Fields of type org.codehaus.plexus.util.xml.pull.XmlSerializer

XmlSerializer

Methods with parameter type org.codehaus.plexus.util.xml.pull.XmlSerializer

void
Xpp3Dom.writeToSerializer(String namespace, XmlSerializer serializer)

Uses in package org.codehaus.plexus.util.xml.pull

Classes implementing org.codehaus.plexus.util.xml.pull.XmlSerializer

class
Implementation of XmlSerializer interface from XmlPull V1 API.

Methods with return type org.codehaus.plexus.util.xml.pull.XmlSerializer

XmlSerializer
MXSerializer.attribute(String namespace, String name, String value)
Write an attribute.
XmlSerializer
XmlSerializer.attribute(String namespace, String name, String value)
Write an attribute.
XmlSerializer
MXSerializer.endTag(String namespace, String name)
Write end tag.
XmlSerializer
XmlSerializer.endTag(String namespace, String name)
Write end tag.
XmlSerializer
MXSerializer.startTag(String namespace, String name)
Writes a start tag with the given namespace and name.
XmlSerializer
XmlSerializer.startTag(String namespace, String name)
Writes a start tag with the given namespace and name.
XmlSerializer
MXSerializer.text(String text)
Writes text, where special XML chars are escaped automatically
XmlSerializer
XmlSerializer.text(String text)
Writes text, where special XML chars are escaped automatically
XmlSerializer
MXSerializer.text(char[] buf, int start, int len)
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