dom::Document Interface Reference
import "dom.idl";
Inheritance diagram for dom::Document:

Collaboration diagram for dom::Document:

Detailed Description
Definition at line 479 of file dom.idl.
Member Function Documentation
| Node dom::Document::adoptNode | ( | in Node | source | ) | raises (DOMException) |
| Attr dom::Document::createAttribute | ( | in DOMString | name | ) | raises (DOMException) |
| Attr dom::Document::createAttributeNS | ( | in DOMString | namespaceURI, | |
| in DOMString | qualifiedName | |||
| ) | raises (DOMException) |
| CDATASection dom::Document::createCDATASection | ( | in DOMString | data | ) | raises (DOMException) |
| DocumentFragment dom::Document::createDocumentFragment | ( | ) |
| Element dom::Document::createElement | ( | in DOMString | tagName | ) | raises (DOMException) |
| Element dom::Document::createElementNS | ( | in DOMString | namespaceURI, | |
| in DOMString | qualifiedName | |||
| ) | raises (DOMException) |
| EntityReference dom::Document::createEntityReference | ( | in DOMString | name | ) | raises (DOMException) |
| ProcessingInstruction dom::Document::createProcessingInstruction | ( | in DOMString | target, | |
| in DOMString | data | |||
| ) | raises (DOMException) |
| NodeList dom::Document::getElementsByTagNameNS | ( | in DOMString | namespaceURI, | |
| in DOMString | localName | |||
| ) |
| Node dom::Document::importNode | ( | in Node | importedNode, | |
| in boolean | deep | |||
| ) | raises (DOMException) |
| void dom::Document::normalizeDocument | ( | ) |
| Node dom::Document::renameNode | ( | in Node | n, | |
| in DOMString | namespaceURI, | |||
| in DOMString | qualifiedName | |||
| ) | raises (DOMException) |
Member Data Documentation
| readonly attribute DocumentType dom::Document::doctype |
| readonly attribute Element dom::Document::documentElement |
| attribute DOMString dom::Document::documentURI |
| readonly attribute DOMConfiguration dom::Document::domConfig |
| readonly attribute DOMImplementation dom::Document::implementation |
| readonly attribute DOMString dom::Document::inputEncoding |
| attribute boolean dom::Document::strictErrorChecking |
| readonly attribute DOMString dom::Document::xmlEncoding |
| attribute boolean dom::Document::xmlStandalone |
| attribute DOMString dom::Document::xmlVersion |
The documentation for this interface was generated from the following file:
