org.xngr
Class XUtilities
java.lang.Object
|
+--org.xngr.XUtilities
- public class XUtilities
- extends Object
Utilities methods for the Xngr application.
- Version:
- $Revision: 1.1.1.1 $, $Date: 2002/02/16 16:12:54 $
- Author:
- Edwin Dankert
Method Summary |
static XFactory |
getFactory()
Returns an implementation of the XFactory that allows for
document and element creation. |
static void |
setFactory(XFactory _factory)
Sets an implementation of the XFactory that allows for
document and element creation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XUtilities
public XUtilities()
setFactory
public static final void setFactory(XFactory _factory)
- Sets an implementation of the XFactory that allows for
document and element creation.
- Parameters:
_factory
- the factory instance.
getFactory
public static final XFactory getFactory()
- Returns an implementation of the XFactory that allows for
document and element creation.
- Returns:
- the factory instance.
Copyright © 2002, Cladonia Ltd., All Rights Reserved