Uses of Class
org.jdom2.DefaultJDOMFactory
-
Packages that use DefaultJDOMFactory Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.located Extended JDOM Content Classes that contain location coordinates. -
-
Uses of DefaultJDOMFactory in org.jdom2
Subclasses of DefaultJDOMFactory in org.jdom2 Modifier and Type Class 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. -
Uses of DefaultJDOMFactory in org.jdom2.located
Subclasses of DefaultJDOMFactory in org.jdom2.located Modifier and Type Class Description class
LocatedJDOMFactory
All Content instances (Element, Comment, CDATA, DocType, Text, EntityRef, and ProcessingInstruction) will implementLocated
, and will have the values set appropriately.
-