Uses of Interface
org.jdom.JDOMFactory
-
Packages that use JDOMFactory Package Description org.jdom Classes to represent the components of an XML document.org.jdom.input Classes to build JDOM documents from various sources.org.jdom.transform Classes to help with transformations, based on the JAXP TrAX classes. -
-
Uses of JDOMFactory in org.jdom
Classes in org.jdom that implement JDOMFactory Modifier and Type Class Description classDefaultJDOMFactoryCreates the standard top-level JDOM classes (Element, Document, Comment, etc).classUncheckedJDOMFactorySpecial factory for building documents without any content or structure checking. -
Uses of JDOMFactory in org.jdom.input
Methods in org.jdom.input that return JDOMFactory Modifier and Type Method Description JDOMFactoryDOMBuilder. getFactory()Returns the currentJDOMFactoryin use.JDOMFactorySAXBuilder. getFactory()Returns the currentJDOMFactoryin use.JDOMFactorySAXHandler. getFactory()Returns the factory used for constructing objects.Methods in org.jdom.input with parameters of type JDOMFactory Modifier and Type Method Description voidDOMBuilder. setFactory(JDOMFactory factory)voidSAXBuilder. setFactory(JDOMFactory factory)This sets a custom JDOMFactory for the builder.Constructors in org.jdom.input with parameters of type JDOMFactory Constructor Description SAXHandler(JDOMFactory factory)This will create a newSAXHandlerthat listens to SAX events and creates a JDOM Document. -
Uses of JDOMFactory in org.jdom.transform
Methods in org.jdom.transform that return JDOMFactory Modifier and Type Method Description JDOMFactoryJDOMResult. getFactory()Returns the custom JDOMFactory used to build the transformation result.JDOMFactoryXSLTransformer. getFactory()Returns the custom JDOMFactory used to build the transformation result.Methods in org.jdom.transform with parameters of type JDOMFactory Modifier and Type Method Description voidJDOMResult. setFactory(JDOMFactory factory)Sets a custom JDOMFactory to use when building the transformation result.voidXSLTransformer. setFactory(JDOMFactory factory)Sets a custom JDOMFactory to use when building the transformation result.
-