FreeHEP API
Version v1.1

org.freehep.xml.io
Class XMLIOUtils

java.lang.Object
  |
  +--org.freehep.xml.io.XMLIOUtils

public abstract class XMLIOUtils
extends Object

XMLIOUtils. This class is static and contains utilities.

Version:
$Id: XMLIOUtils.java,v 1.1 2002/07/17 23:35:33 turri Exp $
Author:
turri

Constructor Summary
XMLIOUtils()
           
 
Method Summary
static List getXMLIOComponents(Object obj)
          Get the Components implementing the interface XMLIO contained in the object obj<\obj>.
static List getXMLIOComponentsAll(Object obj)
          Get the Components implementing the interface XMLIO contained in the object obj<\obj>.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLIOUtils

public XMLIOUtils()
Method Detail

getXMLIOComponents

public static List getXMLIOComponents(Object obj)
Get the Components implementing the interface XMLIO contained in the object obj<\obj>. Only the first level Components are returned.

Parameters:
obj - the root Container
Returns:
the list of XMLIO Components.

getXMLIOComponentsAll

public static List getXMLIOComponentsAll(Object obj)
Get the Components implementing the interface XMLIO contained in the object obj<\obj>. All level Components are returned.

Parameters:
obj - the root Container
Returns:
the list of XMLIO Components.

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.