| Package | Description |
|---|---|
| cat.inspiracio.html |
| Modifier and Type | Method and Description |
|---|---|
HTMLDocument |
HTMLDOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Called for newDocument()
|
HTMLDocument |
HTMLDOMImplementation.createHTMLDocument(String title)
Creates an
HTMLDocument object with the minimal tree made
of the following elements:
html ,
head ,
title , and
body . |
HTMLDocument |
HTMLObjectElement.getContentDocument() |
HTMLDocument |
HTMLIFrameElement.getContentDocument() |
HTMLDocument |
LinkImport.getImport()
Not implemented.
|
HTMLDocument |
HTMLElementImp.getOwnerDocument() |
HTMLDocument |
HTMLElement.getOwnerDocument() |
HTMLDocument |
HTMLDocumentBuilder.newDocument() |
HTMLDocument |
HTMLDocument.open(String type)
Not implemented.
|
HTMLDocument |
HTMLDocumentImp.open(String type) |
HTMLDocument |
HTMLDocument.open(String type,
String replace)
Not implemented.
|
HTMLDocument |
HTMLDocumentImp.open(String type,
String replace) |
HTMLDocument |
HTMLDocumentBuilder.parse(InputSource in) |
HTMLDocument |
HTMLDocumentBuilder.parse(InputStream in) |
Copyright © 2017. All rights reserved.