Class Html

All Implemented Interfaces:
Serializable, Cloneable, Node, Tag

public class Html extends CompositeTag
A html tag.
See Also:
  • Constructor Details

    • Html

      public Html()
      Create a new html tag.
  • Method Details

    • getIds

      public String[] getIds()
      Return the set of names handled by this tag.
      Specified by:
      getIds in interface Tag
      Overrides:
      getIds in class TagNode
      Returns:
      The names to be matched that create tags of this type.