Frames | No Frames |
Constructors with parameter type org.codehaus.plexus.util.xml.pull.XmlSerializer | |
Fields of type org.codehaus.plexus.util.xml.pull.XmlSerializer | |
XmlSerializer |
Methods with parameter type org.codehaus.plexus.util.xml.pull.XmlSerializer | |
void |
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
|