Class TextItemTextNode
- java.lang.Object
-
- com.aquima.web.api.model.page.element.TextItemNode
-
- com.aquima.web.api.model.page.element.TextItemTextNode
-
public class TextItemTextNode extends TextItemNode
This class represents the textitem text node- Since:
- 9.2
- Author:
- A.Pragt
-
-
Constructor Summary
Constructors Constructor Description TextItemTextNode(String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getNodeType()
This method returns the type of the node.String
getText()
This method returns the text.int
hashCode()
-
-
-
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 classTextItemNode
- Returns:
- The type of the node.
-
getText
public String getText()
This method returns the text.- Returns:
- The text.
-
-