Uses of Interface
org.jdom.JDOMFactory
Packages that use JDOMFactory
Package
Description
Classes to represent the components of an XML document.
Classes to build JDOM documents from various sources.
Classes to help with transformations, based on the JAXP TrAX classes.
-
Uses of JDOMFactory in org.jdom
Classes in org.jdom that implement JDOMFactoryModifier and TypeClassDescriptionclass
Creates the standard top-level JDOM classes (Element, Document, Comment, etc).class
Special factory for building documents without any content or structure checking. -
Uses of JDOMFactory in org.jdom.input
Methods in org.jdom.input that return JDOMFactoryModifier and TypeMethodDescriptionDOMBuilder.getFactory()
Returns the currentJDOMFactory
in use.SAXBuilder.getFactory()
Returns the currentJDOMFactory
in use.SAXHandler.getFactory()
Returns the factory used for constructing objects.Methods in org.jdom.input with parameters of type JDOMFactoryModifier and TypeMethodDescriptionvoid
DOMBuilder.setFactory
(JDOMFactory factory) void
SAXBuilder.setFactory
(JDOMFactory factory) This sets a custom JDOMFactory for the builder.Constructors in org.jdom.input with parameters of type JDOMFactoryModifierConstructorDescriptionSAXHandler
(JDOMFactory factory) This will create a newSAXHandler
that listens to SAX events and creates a JDOM Document. -
Uses of JDOMFactory in org.jdom.transform
Methods in org.jdom.transform that return JDOMFactoryModifier and TypeMethodDescriptionJDOMResult.getFactory()
Returns the custom JDOMFactory used to build the transformation result.XSLTransformer.getFactory()
Returns the custom JDOMFactory used to build the transformation result.Methods in org.jdom.transform with parameters of type JDOMFactoryModifier and TypeMethodDescriptionvoid
JDOMResult.setFactory
(JDOMFactory factory) Sets a custom JDOMFactory to use when building the transformation result.void
XSLTransformer.setFactory
(JDOMFactory factory) Sets a custom JDOMFactory to use when building the transformation result.