JAXP DOM: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
The JAXP DOM API is defined by W3C. | The JAXP DOM API is defined by W3C. | ||
The DOM API translates an entire XML document into a memory tree structure. | |||
Unlike an event-driver parser API, the DOM API is memory and CPU intensive. | |||
=DOM Example= | =DOM Example= |
Revision as of 20:25, 9 November 2016
Internal
Overview
The JAXP DOM API is defined by W3C.
The DOM API translates an entire XML document into a memory tree structure.
Unlike an event-driver parser API, the DOM API is memory and CPU intensive.
DOM Example
Component Packages
- javax.xml.parsers
- org.w3c.dom defines the Document class and other DOM components.