org.freehep.xml.io
Class XMLIOUtils

java.lang.Object
  extended by org.freehep.xml.io.XMLIOUtils

public abstract class XMLIOUtils
extends Object

XMLIOUtils. This class is static and contains utilities.

Version:
$Id: XMLIOUtils.java 8584 2006-08-10 23:06:37Z duns $
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.


Copyright © 2000-2007 FreeHEP. All Rights Reserved.