Class HTMLTag
java.lang.Object
com.github.westsi.browser.util.html.HTMLTag
- All Implemented Interfaces:
HTMLElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(String attr, String val) voidaddChild(HTMLElement child) getTag()toString()
-
Constructor Details
-
HTMLTag
-
HTMLTag
-
-
Method Details
-
toString
- Specified by:
toStringin interfaceHTMLElement- Overrides:
toStringin classObject
-
getParent
- Specified by:
getParentin interfaceHTMLElement
-
getChildren
- Specified by:
getChildrenin interfaceHTMLElement
-
addChild
- Specified by:
addChildin interfaceHTMLElement
-
getTag
-
getAttributes
-
addAttribute
-