Documentation of 'tig.html.Html' Java class
Html
tig.html

Class Html

  • All Implemented Interfaces:
    HtmlConstants


    public abstract class Html
    extends java.lang.Object
    implements HtmlConstants
    Contains utility methods to generate HTML.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Html() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String tag(java.lang.StringBuffer string, java.lang.String tag)
      Equivalent to tag(String, String)
      static java.lang.String tag(java.lang.String string, java.lang.String tag)
      Returns 'string' enclosed in 'tag'.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Html

        public Html()
    • Method Detail

      • tag

        public static java.lang.String tag(java.lang.String string,
                                           java.lang.String tag)
        Returns 'string' enclosed in 'tag'.
        Ex : tag("myString", "H1") returns "

        myString

        ".
      • tag

        public static java.lang.String tag(java.lang.StringBuffer string,
                                           java.lang.String tag)
        Equivalent to tag(String, String)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.