TOC PREV NEXT INDEX




DOM Level 2 Core Interfaces


The Node interface is implemented by the ice.pilots.html4.DNode class.

Method
Implemented
getNodeName
yes; Document,Element,Attr,CharacterData only
getNodeValue
yes; Attr,CharacterData only
setNodeValue
yes; Attr only
getNodeType
yes; Document,Element,Attr,CharacterData only
getParentNode
yes
getChildNodes
yes
getFirstChild
yes
getLastChild
yes
getPreviousSibling
yes
getNextSibling
yes
getAttributes
yes; Element only
getOwnerDocument
yes
insertBefore
yes
replaceChild
yes
removeChild
yes
appendChild
yes
hasChildNodes
yes
cloneNode
yes
normalize
yes
supports
yes
getNamespaceURI
yes; Element only
getPrefix
yes; Element only
setPrefix
yes
getLocalName
yes; Element only

The Element interface is implemented by the ice.pilots.html4.DElement class.

Method
Implemented
getTagName
yes
getAttribute
yes
setAttribute
yes
removeAttribute
yes
getAttributeNode
yes
setAttributeNode
yes
removeAttributeNode
yes
getElementsByTagName
yes
getAttributeNS
yes
setAttributeNS
yes
removeAttributeNS
yes
getAttributeNodeNS
yes
setAttributeNodeNS
yes
getElementsByTagNameNS
yes
hasAttribute
yes
hasAttributeNS
yes

The Document interface is implemented by the ice.pilots.html4.DDocument class.

Method
Implemented
getDoctype
yes
getImplementation
yes
getDocumentElement
yes
createElement
yes
createDocumentFragment
yes
createTextNode
yes
createComment
yes
createCDATASection
yes
createProcessingInstruction
yes
createAttribute
yes
createEntityReference
yes
getElementsByTagName
yes
importNode
yes
createElementNS
yes
createAttributeNS
yes
getElementsByTagNameNS
yes
getElementById
yes

The Attr interface is implemented by the ice.pilots.html4.DAttr class.

Method
Implemented
getName
yes
getSpecified
yes
getValue
yes
setValue
yes
getOwnerElement
yes

The CharacterData interface is implemented by the ice.pilots.html4.DTextNode class.

Method
Implemented
getData
yes
setData
yes
getLength
yes
substringData
yes
appendData
yes
insertData
yes
deleteData
yes
replaceData
yes

The Text interface is implemented by the ice.pilots.html4.DTextNode class.

Method
Implemented
splitText
yes

The DOMImplementation interface is implemented by the ice.pilots.html4.DOM class.

Method
Implemented
hasFeature
yes
createDocumentType
yes
createDocument
yes

The NamedNodeMap Interface is implemented in the core package.

Method
Implemented
getNamedItem
yes
setNamedItem
yes
removeNamedItem
yes
item
yes
getLength
yes
getNamedItemNS
yes
setNamedItemNS
yes
removeNamedItemNS
yes

The NodeList Interface is implemented in the core package.

Method
Implemented
item
yes
getLength
yes

The Notation interface is implemented in the core package.

Method
Implemented
getPublicId
yes
getSystemId
yes

The ProcessingInstruction interface is implemented in the core package.

Method
Implemented
getTarget
yes
getData
yes
setData
yes

The DocumentType interface is implemented in the core package.

Method
Implemented
getName
yes
getEntities
yes
getNotations
yes
getPublicId
yes
getSystemId
yes
getInternalSubset
yes

The Entity interface is implemented in the core package.

Method
Implemented
getPublicId
yes
getSystemId
yes
getNotationName
yes



Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX