Uses of Class
org.jdom2.DefaultJDOMFactory
Packages that use DefaultJDOMFactory
Package
Description
Classes representing the components of an XML document.
Extended JDOM Content Classes that contain location coordinates.
-
Uses of DefaultJDOMFactory in org.jdom2
Subclasses of DefaultJDOMFactory in org.jdom2Modifier and TypeClassDescriptionclass
This JDOMFactory instance reduces the amount of memory used by JDOM content.class
Special factory for building documents without any content or structure checking. -
Uses of DefaultJDOMFactory in org.jdom2.located
Subclasses of DefaultJDOMFactory in org.jdom2.locatedModifier and TypeClassDescriptionclass
All Content instances (Element, Comment, CDATA, DocType, Text, EntityRef, and ProcessingInstruction) will implementLocated
, and will have the values set appropriately.