Class HTMLText
java.lang.Object
com.github.westsi.browser.util.html.HTMLText
- All Implemented Interfaces:
HTMLElement
Represents a textual node in the DOM tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(HTMLElement child) getText()protected voidtoString()
-
Constructor Details
-
HTMLText
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceHTMLElement- Overrides:
toStringin classObject
-
getText
-
setText
-
addChild
- Specified by:
addChildin interfaceHTMLElement
-
getParent
- Specified by:
getParentin interfaceHTMLElement
-
getChildren
- Specified by:
getChildrenin interfaceHTMLElement
-