jodd.lagarto
Class TagWriterUtil

java.lang.Object
  extended by jodd.lagarto.TagWriterUtil

public class TagWriterUtil
extends java.lang.Object

Some common tag writer util methods.


Constructor Summary
TagWriterUtil()
           
 
Method Summary
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)
           
static void writeDoctype(java.lang.Appendable appendable, java.lang.String name, java.lang.String publicId, java.lang.String baseUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagWriterUtil

public TagWriterUtil()
Method Detail

writeComment

public static void writeComment(java.lang.Appendable appendable,
                                java.lang.CharSequence comment)
                         throws java.io.IOException
Throws:
java.io.IOException

writeConditionalComment

public static void writeConditionalComment(java.lang.Appendable appendable,
                                           java.lang.CharSequence value,
                                           boolean isStartingTag,
                                           boolean downlevelHidden)
                                    throws java.io.IOException
Throws:
java.io.IOException

writeCData

public static void writeCData(java.lang.Appendable appendable,
                              java.lang.CharSequence value)
                       throws java.io.IOException
Throws:
java.io.IOException

writeDoctype

public static void writeDoctype(java.lang.Appendable appendable,
                                java.lang.String name,
                                java.lang.String publicId,
                                java.lang.String baseUri)
                         throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2011 Jodd Team