import "nsIDOMDocument.idl";
For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/
| nsIDOMElement nsIDOMDocument::createElement | ( | in DOMString | tagName | ) | raises (DOMException) |
| nsIDOMDocumentFragment nsIDOMDocument::createDocumentFragment | ( | ) |
| nsIDOMText nsIDOMDocument::createTextNode | ( | in DOMString | data | ) |
| nsIDOMComment nsIDOMDocument::createComment | ( | in DOMString | data | ) |
| nsIDOMCDATASection nsIDOMDocument::createCDATASection | ( | in DOMString | data | ) | raises (DOMException) |
| nsIDOMProcessingInstruction nsIDOMDocument::createProcessingInstruction | ( | in DOMString | target, | |
| in DOMString | data | |||
| ) | raises (DOMException) |
| nsIDOMAttr nsIDOMDocument::createAttribute | ( | in DOMString | name | ) | raises (DOMException) |
| nsIDOMEntityReference nsIDOMDocument::createEntityReference | ( | in DOMString | name | ) | raises (DOMException) |
| nsIDOMNodeList nsIDOMDocument::getElementsByTagName | ( | in DOMString | tagname | ) |
| nsIDOMNode nsIDOMDocument::importNode | ( | in nsIDOMNode | importedNode, | |
| in boolean | deep | |||
| ) | raises (DOMException) |
| nsIDOMElement nsIDOMDocument::createElementNS | ( | in DOMString | namespaceURI, | |
| in DOMString | qualifiedName | |||
| ) | raises (DOMException) |
| nsIDOMAttr nsIDOMDocument::createAttributeNS | ( | in DOMString | namespaceURI, | |
| in DOMString | qualifiedName | |||
| ) | raises (DOMException) |
| nsIDOMNodeList nsIDOMDocument::getElementsByTagNameNS | ( | in DOMString | namespaceURI, | |
| in DOMString | localName | |||
| ) |
| nsIDOMElement nsIDOMDocument::getElementById | ( | in DOMString | elementId | ) |
1.5.6