JDOM 1.0 | |
Frames | No Frames |
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. |
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. |
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. |