public class TagWriterUtil
extends java.lang.Object
Constructor and Description |
---|
TagWriterUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
writeCData(java.lang.Appendable appendable,
java.lang.CharSequence value) |
static void |
writeComment(java.lang.Appendable appendable,
java.lang.CharSequence comment) |
static void |
writeConditionalComment(java.lang.Appendable appendable,
java.lang.CharSequence value,
boolean isStartingTag,
boolean downlevelHidden,
boolean isHiddenEndTag) |
static void |
writeDoctype(java.lang.Appendable appendable,
java.lang.CharSequence name,
java.lang.CharSequence publicIdentifier,
java.lang.CharSequence systemIdentifier) |
static void |
writeXml(java.lang.Appendable appendable,
java.lang.CharSequence version,
java.lang.CharSequence encoding,
java.lang.CharSequence standalone) |
public static void writeComment(java.lang.Appendable appendable, java.lang.CharSequence comment) throws java.io.IOException
java.io.IOException
public static void writeConditionalComment(java.lang.Appendable appendable, java.lang.CharSequence value, boolean isStartingTag, boolean downlevelHidden, boolean isHiddenEndTag) throws java.io.IOException
java.io.IOException
public static void writeCData(java.lang.Appendable appendable, java.lang.CharSequence value) throws java.io.IOException
java.io.IOException
public static void writeDoctype(java.lang.Appendable appendable, java.lang.CharSequence name, java.lang.CharSequence publicIdentifier, java.lang.CharSequence systemIdentifier) throws java.io.IOException
java.io.IOException
public static void writeXml(java.lang.Appendable appendable, java.lang.CharSequence version, java.lang.CharSequence encoding, java.lang.CharSequence standalone) throws java.io.IOException
java.io.IOException
Copyright © 2003-present Jodd Team