Interfaces Implemented |
Previous considerations
This is a list of W3C-DOM-2 interfaces implemented with XP-DOM using Java binding, simulating a true standard implementation
Many interfaces are missing, but the most basic and useful are developed. Some methods can be missing (ex. namespace related) others does not anything with a specific browser (ex. most of CSS2 properties in Navigator 4.x)
Behaviour of methods try to simulate standard but sometimes is impossible, if you want programming powerful DHTML effects in an standard fashion you must study not support very old browsers (Navigator 4.x or perhaps MSIE 4)
Some browser limitations can be worked around using DOM, see the source code of widget examples to see how to
Core Specification
Attr
CharacterData
Comment
Document
DocumentType
DocumentFragment
DOMImplementation
Element
NamedNodeMap
Node
NodeList
Text
HTML Specification
HTMLCollection
HTMLDocument
HTMLDOMImplementation
HTMLBodyElement
HTMLElement
HTMLHeadElement
HTMLHtmlElement
Events Specification
DocumentEvent
Event
EventTarget
KeyEvent
MouseEvent
UIEvent
CSS Specification
CSS2Properties
CSSPrimitiveValue
CSSStyleDeclaration
CSSValue
CSSValueList
ElementCSSInlineStyle
Rect
RGBColor
Views Specification
AbstractView
ViewDOMImplementation