Uses of Class
org.pepstock.charba.client.dom.elements.Body
-
Packages that use Body Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree. -
-
Uses of Body in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom that return Body Modifier and Type Method Description Body
BaseHtmlDocument. getBody()
Returns the <body> or <frameset> node of the current document, ornull
if no such element exists.
-