Uses of Interface org.jdom.JDOMFactory

Uses in package org.jdom

Classes implementing org.jdom.JDOMFactory

class
Creates the standard top-level JDOM classes (Element, Document, Comment, etc).
class
Special factory for building documents without any content or structure checking.

Uses in package org.jdom.transform

Methods with parameter type org.jdom.JDOMFactory

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

Methods with return type org.jdom.JDOMFactory

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

Uses in package org.jdom.input

Constructors with parameter type org.jdom.JDOMFactory

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

Methods with parameter type org.jdom.JDOMFactory

void
void
This sets a custom JDOMFactory for the builder.

Methods with return type org.jdom.JDOMFactory

JDOMFactory
Returns the current JDOMFactory in use.
JDOMFactory
Returns the current JDOMFactory in use.
JDOMFactory
Returns the factory used for constructing objects.

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