Java XML – JDOM2 – Packages
In this tutorial we explore the package structure and important classes for Jdom2. org.jdom2 This package contains the core classes that represent the XML components. Document – Represents the complete XML document. It provides access to the root element and also the docType. DocType – Represents an XML DOCTYPE. Element – Represents an XML element. … Read more