JAXP DOM
Jump to navigation
Jump to search
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.