Class TextItemTextNode


  • public class TextItemTextNode
    extends TextItemNode
    This class represents the textitem text node
    Since:
    9.2
    Author:
    A.Pragt
    • Constructor Detail

      • TextItemTextNode

        public TextItemTextNode​(String text)
    • Method Detail

      • getNodeType

        public String getNodeType()
        Description copied from class: TextItemNode
        This method returns the type of the node.
        Specified by:
        getNodeType in class TextItemNode
        Returns:
        The type of the node.
      • getText

        public String getText()
        This method returns the text.
        Returns:
        The text.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object