org.mule.util
Class XMLUtils
java.lang.Object
org.mule.util.XMLUtils
- Direct Known Subclasses:
- SpringXMLUtils, XMLUtils
public class XMLUtils
- extends java.lang.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.
Method Summary |
static java.lang.String |
attributeName(org.w3c.dom.Attr attribute)
|
static java.lang.String |
elementToString(org.w3c.dom.Element e)
|
static java.lang.String |
getTextChild(org.w3c.dom.Element element)
|
static boolean |
isLocalName(org.w3c.dom.Element element,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLUtils
public XMLUtils()
elementToString
public static java.lang.String elementToString(org.w3c.dom.Element e)
isLocalName
public static boolean isLocalName(org.w3c.dom.Element element,
java.lang.String name)
attributeName
public static java.lang.String attributeName(org.w3c.dom.Attr attribute)
getTextChild
public static java.lang.String getTextChild(org.w3c.dom.Element element)
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.