Uses of Interface
org.codehaus.plexus.util.xml.XMLWriter
-
Uses of XMLWriter in org.codehaus.plexus.util.xml
Modifier and TypeClassDescriptionclass
class
Implementation of XMLWriter which emits nicely formatted documents.class
Write to an MXSerializer.Modifier and TypeMethodDescriptionstatic void
static void
static void
XmlWriterUtil.writeComment
(XMLWriter writer, String comment) Convenience method to write XML comment line.static void
XmlWriterUtil.writeComment
(XMLWriter writer, String comment, int indent) Convenience method to write XML comment line.static void
XmlWriterUtil.writeComment
(XMLWriter writer, String comment, int indent, int indentSize) Convenience method to write XML comment line.static void
XmlWriterUtil.writeComment
(XMLWriter writer, String comment, int indent, int indentSize, int columnSize) Convenience method to write XML comment line.static void
XmlWriterUtil.writeCommentLineBreak
(XMLWriter writer) Convenience method to write XML comment line break.static void
XmlWriterUtil.writeCommentLineBreak
(XMLWriter writer, int columnSize) Convenience method to write XML comment line break withcolumnSize
as length.static void
XmlWriterUtil.writeCommentText
(XMLWriter writer, String comment) Convenience method to write XML comments between two comments line break.static void
XmlWriterUtil.writeCommentText
(XMLWriter writer, String comment, int indent) Convenience method to write XML comments between two comments line break.static void
XmlWriterUtil.writeCommentText
(XMLWriter writer, String comment, int indent, int indentSize) Convenience method to write XML comment between two comment line break.static void
XmlWriterUtil.writeCommentText
(XMLWriter writer, String comment, int indent, int indentSize, int columnSize) Convenience method to write XML comments between two comments line break.static void
XmlWriterUtil.writeLineBreak
(XMLWriter writer) Convenience method to write oneCRLF
.static void
XmlWriterUtil.writeLineBreak
(XMLWriter writer, int repeat) Convenience method to repeatCRLF
.static void
XmlWriterUtil.writeLineBreak
(XMLWriter writer, int repeat, int indent) Convenience method to repeatCRLF
and to indent the writer by2
.static void
XmlWriterUtil.writeLineBreak
(XMLWriter writer, int repeat, int indent, int indentSize) Convenience method to repeatCRLF
and to indent the writer byindentSize
.