Class TagWriterUtil
java.lang.Object
jodd.lagarto.visitor.TagWriterUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteCData(Appendable appendable, CharSequence value) static voidwriteComment(Appendable appendable, CharSequence comment) static voidwriteConditionalComment(Appendable appendable, CharSequence value, boolean isStartingTag, boolean downlevelHidden, boolean isHiddenEndTag) static voidwriteDoctype(Appendable appendable, CharSequence name, CharSequence publicIdentifier, CharSequence systemIdentifier) static voidwriteXml(Appendable appendable, CharSequence version, CharSequence encoding, CharSequence standalone)
-
Constructor Details
-
TagWriterUtil
public TagWriterUtil()
-
-
Method Details
-
writeComment
- Throws:
IOException
-
writeConditionalComment
public static void writeConditionalComment(Appendable appendable, CharSequence value, boolean isStartingTag, boolean downlevelHidden, boolean isHiddenEndTag) throws IOException - Throws:
IOException
-
writeCData
- Throws:
IOException
-
writeDoctype
public static void writeDoctype(Appendable appendable, CharSequence name, CharSequence publicIdentifier, CharSequence systemIdentifier) throws IOException - Throws:
IOException
-
writeXml
public static void writeXml(Appendable appendable, CharSequence version, CharSequence encoding, CharSequence standalone) throws IOException - Throws:
IOException
-