nsISupports
Last changed in Gecko 0.9.6 nsIDOMNode appendChild(in nsIDOMNode newChild) |
nsIDOMNode cloneNode(in boolean deep); |
boolean hasAttributes(); |
boolean hasChildNodes(); |
nsIDOMNode insertBefore(in nsIDOMNode newChild, in nsIDOMNode refChild) |
boolean isSupported(in DOMString feature, in DOMString version); |
void normalize(); |
nsIDOMNode removeChild(in nsIDOMNode oldChild) |
nsIDOMNode replaceChild(in nsIDOMNode newChild, in nsIDOMNode oldChild) |
Attribute | Type | Description |
attributes |
| Read only. |
childNodes |
| Read only. |
firstChild |
| Read only. |
lastChild |
| Read only. |
localName | DOMString | Read only. |
namespaceURI | DOMString | Read only. |
nextSibling |
| Read only. |
nodeName | DOMString | Read only. |
nodeType | unsigned short | Read only. |
nodeValue | DOMString | |
ownerDocument |
| Read only. |
parentNode |
| Read only. |
prefix | DOMString | |
previousSibling |
| Read only. |
Constant | Value | Description |
ELEMENT_NODE | 1 | |
ATTRIBUTE_NODE | 2 | |
TEXT_NODE | 3 | |
CDATA_SECTION_NODE | 4 | |
ENTITY_REFERENCE_NODE | 5 | |
ENTITY_NODE | 6 | |
PROCESSING_INSTRUCTION_NODE | 7 | |
COMMENT_NODE | 8 | |
DOCUMENT_NODE | 9 | |
DOCUMENT_TYPE_NODE | 10 | |
DOCUMENT_FRAGMENT_NODE | 11 | |
NOTATION_NODE | 12 |
nsIDOMNode appendChild( in nsIDOMNode newChild );
newChild
nsIDOMNode cloneNode( in boolean deep );
deep
boolean hasAttributes();
None.
boolean hasChildNodes();
None.
nsIDOMNode insertBefore( in nsIDOMNode newChild, in nsIDOMNode refChild );
newChild
refChild
boolean isSupported( in DOMString feature, in DOMString version );
feature
version
void normalize();
None.
nsIDOMNode removeChild( in nsIDOMNode oldChild );
oldChild
nsIDOMNode replaceChild( in nsIDOMNode newChild, in nsIDOMNode oldChild );
newChild
oldChild