| Package | Description |
|---|---|
| org.dvb.dom.bootstrap | |
| org.dvb.dom.dvbhtml | |
| org.w3c.dom |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentAction.run(Document doc)
Access and/or modify a W3C DOM Document.
|
void |
MultipleDocumentsAction.run(Document[] docs)
Access and/or modify a set of W3C DOM Documents.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DVBHTMLDocument |
| Modifier and Type | Method and Description |
|---|---|
Document |
DVBHTMLObjectElement.getContentDocument() |
Document |
DVBHTMLIFrameElement.getContentDocument() |
Document |
DVBHTMLFrameElement.getContentDocument() |
| Modifier and Type | Method and Description |
|---|---|
Document |
DOMImplementation.createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Creates an XML
Document object of the specified type with
its document element. |
Document |
Node.getOwnerDocument()
The
Document object associated with this node. |
Copyright © 2012 code4tv.com. All Rights Reserved.