|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Document | The Document interface represents an XML Document. |
Element | This empty interface is defined to ensure compatibility with the DOM specification, and also to be used as a return type of some Document methods. |
Node | The Node interface describes generic nodes in an SVG document tree. |
Exception Summary | |
---|---|
DOMException |
This package is subsetted DOM Level 3 Core APIs. DOM Level 3 Core is the normative specification for this package. The subset is designed to be appropriate for small footprint devices, yet retain compatiblity to the full DOM Core implementations. This is achieved by following:
Node
are supported: Element
and Document
and only a subset of methods is
supported on each interface.SVGElement
interfaceNote: The JSR 226 DOM APIs (in the org.w3c.dom, org.w3c.dom.events and org.w3c.dom.svg packages) are binary compatible with the SVG 1.2 Tiny DOM. This means that code compiled against the JSR 226 DOM APIs can run on a conformance implementation of the SVG 1.2 Tiny DOM.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |