Class ComponentToken


  • public class ComponentToken
    extends Object
    Component token.
    Version:
    2.4
    Author:
    Christophe Friederich
    • Method Detail

      • getElement

        public org.jsoup.nodes.Element getElement()
        Returns:
        the element
      • name

        public String name()
        Returns:
        the name
      • isCloseTagOf

        public boolean isCloseTagOf​(ComponentToken startElement)
        Parameters:
        startElement - the start element
        Returns:
        true if this element is the close tag of the given start element
      • getCloseTag

        public String getCloseTag()
        Get the close tag representation.
        Returns:
        the close tag representation.