Java XML - DOM

Java Conceptuel Diagram

About

The Document Object Model W3C API Interface (DOM) in JAVA

Library vs Document Type

Type Best suited API XML Schema supported
Document DOM JAXP Yes
Data JDOM, dom4j, regular-expression No

Standards such as JDOM and dom4j are targeted for applications where the XML structure contains data.





Discover More
Java Conceptuel Diagram
Java - Xml

in Java. Two Xml Document building (programming models): as a stream of events an object representation (dom - document object model) Serialization (ie Marshalling/UnMarshalling) JAXB...
Jaxpintro Domapi
Java XML - DOM Jaxp

The DOM API of the JSE (ie Jaxp) in Java to process an XML file. To see other DOM implementation, see org.w3c.dom: Defines the Document class (a DOM) as well as classes for all the components...



Share this page:
Follow us:
Task Runner