org.kxml2.kdom |
|
Java Source File Name | Type | Comment |
Document.java | Class | The document consists of some legacy events and a single root
element. |
Element.java | Class | In order to create an element, please use the createElement method
instead of invoking the constructor directly. |
Node.java | Class | A common base class for Document and Element, also used for
storing XML fragments. |