WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOM3Node

IID:29fb2a18-1dd2-11b2-8dd9-a6fd5d5ad12f
Inherits From:nsISupports

This interface is implemented by the following components:


Constants

PRUint16 DOCUMENT_POSITION_DISCONNECTED = 1
PRUint16 DOCUMENT_POSITION_PRECEDING = 2
PRUint16 DOCUMENT_POSITION_FOLLOWING = 4
PRUint16 DOCUMENT_POSITION_CONTAINS = 8
PRUint16 DOCUMENT_POSITION_CONTAINED_BY = 16
PRUint16 DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 32

Properties

readonly DOMString baseURI

DOMString textContent


Methods

PRUint16 compareDocumentPosition ( nsIDOMNode other ) nsISupports getFeature ( DOMString feature , DOMString version ) nsIVariant getUserData ( DOMString key ) PRBool isDefaultNamespace ( DOMString namespaceURI ) PRBool isEqualNode ( nsIDOMNode arg ) PRBool isSameNode ( nsIDOMNode other ) DOMString lookupNamespaceURI ( DOMString prefix ) DOMString lookupPrefix ( DOMString namespaceURI ) nsIVariant setUserData ( DOMString key , nsIVariant data , nsIDOMUserDataHandler handler )

PRUint16 compareDocumentPosition ( nsIDOMNode other )

Arguments:
other

nsISupports getFeature ( DOMString feature , DOMString version )

Arguments:
feature
version

nsIVariant getUserData ( DOMString key )

Arguments:
key

PRBool isDefaultNamespace ( DOMString namespaceURI )

Arguments:
namespaceURI

PRBool isEqualNode ( nsIDOMNode arg )

Arguments:
arg

PRBool isSameNode ( nsIDOMNode other )

Arguments:
other

DOMString lookupNamespaceURI ( DOMString prefix )

Arguments:
prefix

DOMString lookupPrefix ( DOMString namespaceURI )

Arguments:
namespaceURI

nsIVariant setUserData ( DOMString key , nsIVariant data , nsIDOMUserDataHandler handler )

Arguments:
key
data
handler

Reference documentation is generated from Mozilla's source.