tigase.test.util
Class ElementUtil

java.lang.Object
  extended by tigase.test.util.ElementUtil

public class ElementUtil
extends java.lang.Object

Describe class ElementUtil here. Created: Wed May 18 16:45:12 2005

Version:
$Rev: 98 $
Author:
Artur Hefczyc

Constructor Summary
ElementUtil()
          Creates a new ElementUtil instance.
 
Method Summary
static boolean equalElems(tigase.xml.Element el1, tigase.xml.Element el2)
           
static boolean equalElemsDeep(tigase.xml.Element el1, tigase.xml.Element el2)
           
static boolean hasAttributes(tigase.xml.Element elem, javax.management.Attribute[] attrs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementUtil

public ElementUtil()
Creates a new ElementUtil instance.

Method Detail

hasAttributes

public static boolean hasAttributes(tigase.xml.Element elem,
                                    javax.management.Attribute[] attrs)

equalElems

public static boolean equalElems(tigase.xml.Element el1,
                                 tigase.xml.Element el2)

equalElemsDeep

public static boolean equalElemsDeep(tigase.xml.Element el1,
                                     tigase.xml.Element el2)


Copyright ? 2005-2007 Tigase. All Rights Reserved.