EntityReference
This object is available to unprivileged JavaScript. It implements the following interfaces:
Constants
Properties
readonly NamedNodeMap attributes
readonly NodeList childNodes
readonly Node firstChild
readonly Node lastChild
readonly String localName
readonly String namespaceURI
readonly Node nextSibling
readonly String nodeName
readonly short nodeType
String nodeValue
readonly Document ownerDocument
readonly Node parentNode
String prefix
readonly Node previousSibling
Methods
Node appendChild ( Node newChild )
Node cloneNode ( boolean deep )
boolean hasAttributes ( )
boolean hasChildNodes ( )
Node insertBefore ( Node newChild , Node refChild )
boolean isSupported ( String feature , String version )
void normalize ( )
Node removeChild ( Node oldChild )
Node replaceChild ( Node newChild , Node oldChild )
Node cloneNode ( boolean deep )
- Arguments:
- deep
Reference documentation is generated from Mozilla's source.