Class Span

All Implemented Interfaces:
Serializable, Cloneable, Node, Tag

public class Span extends CompositeTag
A span tag.
See Also:
  • Constructor Details

    • Span

      public Span()
      Create a new span 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.