Uses of Interface org.jdom.input.JDOMFactory

Uses in package org.jdom.transform

Methods with parameter type org.jdom.input.JDOMFactory

void
Sets a custom JDOMFactory to use when building the result document.

Methods with return type org.jdom.input.JDOMFactory

JDOMFactory
Returns the custom JDOMFactory used to build the result document.

Uses in package org.jdom.input

Classes implementing org.jdom.input.JDOMFactory

class
DefaultJDOMFactory creates the standard top-level JDOM classes (Element, Document, Comment, etc).

Constructors with parameter type org.jdom.input.JDOMFactory

This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.

Fields of type org.jdom.input.JDOMFactory

JDOMFactory
The factory for creating new JDOM objects

Methods with parameter type org.jdom.input.JDOMFactory

void
void

Methods with return type org.jdom.input.JDOMFactory

JDOMFactory
Returns the factory used for constructing objects.

Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.