Uses of Class
org.pepstock.charba.client.dom.BaseDocument
-
Packages that use BaseDocument Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree. -
-
Uses of BaseDocument in org.pepstock.charba.client.dom
Subclasses of BaseDocument in org.pepstock.charba.client.dom Modifier and Type Class Description classBaseHtmlDocumentExtends the document to include methods and properties that are specific to HTML documents.Methods in org.pepstock.charba.client.dom that return BaseDocument Modifier and Type Method Description BaseDocumentBaseNode. getOwnerDocument()Returns the document that this node belongs to.
If the node is itself a document, returnsnull.
-