| Package | Description | 
|---|---|
| org.pepstock.charba.client.dom | 
 Contains all classes needed to work with DOM tree, base classes of a DOM tree. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BaseHtmlDocument
Extends the document to include methods and properties that are specific to HTML documents. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BaseDocument | 
BaseNode.getOwnerDocument()
Returns the document that this node belongs to. 
If the node is itself a document, returns null. |