N Node (Jetty web server) object (Object/DOM) DOM level 3

N Node object (Object/DOM) DOM level 3 is expected to add the following methods to the Node object: . compareDocumentOrder() . compareTreePosition() . isSameNode() . lookupNamespacePrefix() . lookupNamespaceURI . normalizeNS() . setUserData() . getUserData() If the implementation supports the DOM level 2 event model (this is the case with Netscape 6.0), then the Node object should also support the methods and properties defined by the EventTarget object. Attribute.nodeType, Document object, DocumentFragment object, Element object, EventTarget object, MutationEvent.initMutationEvent(), MutationEvent.relatedNode, NamedNodeMap object, Node.firstChild, Node.insertBefore(), Node.lastChild, Node.nextSibling, Node.parentNode, Node.previousSibling See also: Property JavaScript JScript N IE Opera DOM Notes firstChild 1.5 + 5.0 + 6.0 + 5.0 + 1 + - lastChild 1.5 + 5.0 + 6.0 + 5.0 + 1 + - nextSibling 1.5 + 5.0 + 6.0 + 5.0 + 1 + - nodeName 1.5 + 5.0 + 6.0 + 5.0 + 1 + - nodeType 1.5 + 5.0 + 6.0 + 5.0 + 1 + - nodeValue 1.5 + 5.0 + 6.0 + 5.0 + 1 + - ownerDocument 1.5 + 5.0 + 6.0 + 5.0 + 1 + - parentNode 1.5 + 5.0 + 6.0 + 5.0 + 1 + - previousSibling 1.5 + 5.0 + 6.0 + 5.0 + 1 + - Method JavaScript JScript N IE Opera DOM Notes appendChild() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - cloneNode() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - hasChildNodes() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - insertBefore() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - removeChild() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - replaceChild() 1.5 + 5.0 + 6.0 + 5.0 + 1 + - 1527

Leave a Reply