Uses of Interface
org.codehaus.plexus.util.xml.XMLWriter
Packages that use XMLWriter
-
Uses of XMLWriter in org.codehaus.plexus.util.xml
Classes in org.codehaus.plexus.util.xml that implement XMLWriterModifier and TypeClassDescriptionclassclassImplementation of XMLWriter which emits nicely formatted documents.classWrite to an MXSerializer.Methods in org.codehaus.plexus.util.xml with parameters of type XMLWriterModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidXmlWriterUtil.writeComment(XMLWriter writer, String comment) Convenience method to write XML comment line.static voidXmlWriterUtil.writeComment(XMLWriter writer, String comment, int indent) Convenience method to write XML comment line.static voidXmlWriterUtil.writeComment(XMLWriter writer, String comment, int indent, int indentSize) Convenience method to write XML comment line.static voidXmlWriterUtil.writeComment(XMLWriter writer, String comment, int indent, int indentSize, int columnSize) Convenience method to write XML comment line.static voidXmlWriterUtil.writeCommentLineBreak(XMLWriter writer) Convenience method to write XML comment line break.static voidXmlWriterUtil.writeCommentLineBreak(XMLWriter writer, int columnSize) Convenience method to write XML comment line break withcolumnSizeas length.static voidXmlWriterUtil.writeCommentText(XMLWriter writer, String comment) Convenience method to write XML comments between two comments line break.static voidXmlWriterUtil.writeCommentText(XMLWriter writer, String comment, int indent) Convenience method to write XML comments between two comments line break.static voidXmlWriterUtil.writeCommentText(XMLWriter writer, String comment, int indent, int indentSize) Convenience method to write XML comment between two comment line break.static voidXmlWriterUtil.writeCommentText(XMLWriter writer, String comment, int indent, int indentSize, int columnSize) Convenience method to write XML comments between two comments line break.static voidXmlWriterUtil.writeLineBreak(XMLWriter writer) Convenience method to write oneCRLF.static voidXmlWriterUtil.writeLineBreak(XMLWriter writer, int repeat) Convenience method to repeatCRLF.static voidXmlWriterUtil.writeLineBreak(XMLWriter writer, int repeat, int indent) Convenience method to repeatCRLFand to indent the writer by2.static voidXmlWriterUtil.writeLineBreak(XMLWriter writer, int repeat, int indent, int indentSize) Convenience method to repeatCRLFand to indent the writer byindentSize.