eXchaNGeR

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

Constructor Summary
XUtilities()
           
 
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
 

Constructor Detail

XUtilities

public XUtilities()
Method Detail

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.

eXchaNGeR

Copyright © 2002, Cladonia Ltd., All Rights Reserved