Class XmlWriterUtil
java.lang.Object
org.apache.maven.shared.utils.xml.XmlWriterUtil
Deprecated.
Utility class for the
XmlWriter class.- Author:
- Vincent Siveton
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.The default column before line wrapping i.e.static final intDeprecated.The default line indenter size i.e.static final StringDeprecated.The vm line separator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteComment(XMLWriter writer, String comment) Deprecated.Convenience method to write XML comment line.static voidwriteComment(XMLWriter writer, String comment, int indent) Deprecated.Convenience method to write XML comment line.static voidwriteComment(XMLWriter writer, String comment, int indent, int indentSize) Deprecated.Convenience method to write XML comment line.static voidwriteComment(XMLWriter writer, String comment, int indent, int indentSize, int columnSize) Deprecated.Convenience method to write XML comment line.static voidwriteCommentLineBreak(XMLWriter writer) Deprecated.Convenience method to write XML comment line break.static voidwriteCommentLineBreak(XMLWriter writer, int columnSize) Deprecated.Convenience method to write XML comment line break withcolumnSizeas length.static voidwriteCommentText(XMLWriter writer, String comment) Deprecated.Convenience method to write XML comments between two comments line break.static voidwriteCommentText(XMLWriter writer, String comment, int indent) Deprecated.Convenience method to write XML comments between two comments line break.static voidwriteCommentText(XMLWriter writer, String comment, int indent, int indentSize) Deprecated.Convenience method to write XML comment between two comment line break.static voidwriteCommentText(XMLWriter writer, String comment, int indent, int indentSize, int columnSize) Deprecated.Convenience method to write XML comments between two comments line break.static voidwriteLineBreak(XMLWriter writer) Deprecated.Convenience method to write oneCRLF.static voidwriteLineBreak(XMLWriter writer, int repeat) Deprecated.Convenience method to repeatCRLF.static voidwriteLineBreak(XMLWriter writer, int repeat, int indent) Deprecated.Convenience method to repeatCRLFand to indent the writer by2.static voidwriteLineBreak(XMLWriter writer, int repeat, int indent, int indentSize) Deprecated.Convenience method to repeatCRLFand to indent the writer byindentSize.
-
Field Details
-
LS
Deprecated.The vm line separator. -
DEFAULT_INDENTATION_SIZE
public static final int DEFAULT_INDENTATION_SIZEDeprecated.The default line indenter size i.e. 2.- See Also:
-
DEFAULT_COLUMN_LINE
public static final int DEFAULT_COLUMN_LINEDeprecated.The default column before line wrapping i.e. 80.- See Also:
-
-
Constructor Details
-
XmlWriterUtil
public XmlWriterUtil()Deprecated.
-
-
Method Details