Package | Description |
---|---|
org.jdom2 |
Classes representing the components of an XML document.
|
org.jdom2.located |
Extended JDOM Content Classes that contain location coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
SlimJDOMFactory
This JDOMFactory instance reduces the amount of memory used by JDOM content.
|
class |
UncheckedJDOMFactory
Special factory for building documents without any content or structure
checking.
|
Modifier and Type | Class and Description |
---|---|
class |
LocatedJDOMFactory
All Content instances (Element, Comment, CDATA, DocType, Text, EntityRef,
and ProcessingInstruction) will implement
Located , and will
have the values set appropriately. |
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.