CustomJDOMFactorypublic class CustomJDOMFactory extends org.jdom.input.DefaultJDOMFactory CustomJDOMFactory is an example of providing
user-defined JDOM subclasses when building a JDOM Document ;
this is instead of the default JDOM classes. This particular
implementation returns a custom Element subclass,
{@link ORAElement} . |
|