Uses of Interface
org.jdom2.JDOMFactory
Packages that use JDOMFactory
Package
Description
Classes representing the components of an XML document.
Classes to build JDOM documents from various sources.
Support classes for building JDOM documents and content using SAX parsers.
Support classes for building JDOM documents and content using StAX readers.
Extended JDOM Content Classes that contain location coordinates.
Classes to help with transformations, based on the JAXP TrAX classes.
-
Uses of JDOMFactory in org.jdom2
Classes in org.jdom2 that implement JDOMFactoryModifier and TypeClassDescriptionclassCreates the standard top-level JDOM classes (Element, Document, Comment, etc).classThis JDOMFactory instance reduces the amount of memory used by JDOM content.classSpecial factory for building documents without any content or structure checking. -
Uses of JDOMFactory in org.jdom2.input
Methods in org.jdom2.input that return JDOMFactoryModifier and TypeMethodDescriptionDOMBuilder.getFactory()Returns the currentJDOMFactoryin use.SAXBuilder.getFactory()Deprecated.StAXEventBuilder.getFactory()Returns the currentJDOMFactoryin use.StAXStreamBuilder.getFactory()Returns the currentJDOMFactoryin use.SAXBuilder.getJDOMFactory()Returns the currentJDOMFactoryin use.Methods in org.jdom2.input with parameters of type JDOMFactoryModifier and TypeMethodDescriptionvoidDOMBuilder.setFactory(JDOMFactory factory) This sets a custom JDOMFactory for the builder.voidSAXBuilder.setFactory(JDOMFactory factory) Deprecated.as it is replaced bySAXBuilder.setJDOMFactory(JDOMFactory)voidStAXEventBuilder.setFactory(JDOMFactory factory) This sets a custom JDOMFactory for the builder.voidStAXStreamBuilder.setFactory(JDOMFactory factory) This sets a custom JDOMFactory for the builder.voidSAXBuilder.setJDOMFactory(JDOMFactory factory) This sets a custom JDOMFactory for the builder.Constructors in org.jdom2.input with parameters of type JDOMFactoryModifierConstructorDescriptionSAXBuilder(XMLReaderJDOMFactory xmlreaderfactory, SAXHandlerFactory handlerfactory, JDOMFactory jdomfactory) Creates a new SAXBuilder. -
Uses of JDOMFactory in org.jdom2.input.sax
Methods in org.jdom2.input.sax that return JDOMFactoryModifier and TypeMethodDescriptionSAXHandler.getFactory()Returns the factory used for constructing objects.SAXBuilderEngine.getJDOMFactory()SAXEngine.getJDOMFactory()Returns the currentJDOMFactoryin use.Methods in org.jdom2.input.sax with parameters of type JDOMFactoryModifier and TypeMethodDescriptionDefaultSAXHandlerFactory.createSAXHandler(JDOMFactory factory) SAXHandlerFactory.createSAXHandler(JDOMFactory factory) Create a new SAXHandler instance for SAXBuilder to use.Constructors in org.jdom2.input.sax with parameters of type JDOMFactoryModifierConstructorDescriptionSAXHandler(JDOMFactory factory) This will create a newSAXHandlerthat listens to SAX events and creates a JDOM Document. -
Uses of JDOMFactory in org.jdom2.input.stax
Methods in org.jdom2.input.stax with parameters of type JDOMFactoryModifier and TypeMethodDescriptionstatic DocTypeDTDParser.parse(String input, JDOMFactory factory) Parse out a DOCTYPE declaration as supplied by the standard StAX readers. -
Uses of JDOMFactory in org.jdom2.located
Classes in org.jdom2.located that implement JDOMFactoryModifier and TypeClassDescriptionclassAll Content instances (Element, Comment, CDATA, DocType, Text, EntityRef, and ProcessingInstruction) will implementLocated, and will have the values set appropriately. -
Uses of JDOMFactory in org.jdom2.transform
Methods in org.jdom2.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.jdom2.transform with parameters of type JDOMFactoryModifier and TypeMethodDescriptionvoidJDOMResult.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.
SAXBuilder.getJDOMFactory()