org.mule.util
Class XMLUtils

java.lang.Object
  extended by org.mule.util.XMLUtils
Direct Known Subclasses:
SpringXMLUtils, XMLUtils

public class XMLUtils
extends Object

These only depend on standard (JSE) XML classes and are used by Spring config code. For a more extensive (sub-)class, see the XMLUtils class in the XML module.


Constructor Summary
XMLUtils()
           
 
Method Summary
static String attributeName(Attr attribute)
           
static String elementToString(Element e)
           
static String getTextChild(Element element)
           
static boolean isLocalName(Element element, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

elementToString

public static String elementToString(Element e)

isLocalName

public static boolean isLocalName(Element element,
                                  String name)

attributeName

public static String attributeName(Attr attribute)

getTextChild

public static String getTextChild(Element element)


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.