Class XMLUtil

java.lang.Object
  extended byXMLUtil

public class XMLUtil
extends java.lang.Object

Useful methods for dealing with XML.


Constructor Summary
XMLUtil()
           
 
Method Summary
static java.lang.String getAttributeValue(org.xml.sax.Attributes attrs, java.lang.String name)
          Return the value of the named attribute in the given Attributes, or null if not found.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

getAttributeValue

public static java.lang.String getAttributeValue(org.xml.sax.Attributes attrs,
                                                 java.lang.String name)
Return the value of the named attribute in the given Attributes, or null if not found. Case is currently ignored in matching the attribute name.