| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.utgenome.gwt.utgb.client.util.xml.DOMUtil
public class DOMUtil
Utilities to traverse DOM elements
| Method Summary | |
|---|---|
static String | 
getAttributeValue(com.google.gwt.xml.client.Node node,
                  String attributeName)
 | 
static String | 
getAttributeValue(com.google.gwt.xml.client.Node node,
                  String attributeName,
                  String defaultValue)
 | 
static boolean | 
getBooleanAttributeValue(com.google.gwt.xml.client.Node node,
                         String attributeName,
                         boolean defaultValue)
 | 
static com.google.gwt.xml.client.NodeList | 
getChildNodeList(com.google.gwt.xml.client.Node baseNode,
                 String tagName)
 | 
static int | 
getIntAttributeValue(com.google.gwt.xml.client.Node node,
                     String attributeName,
                     int defaultValue)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static String getAttributeValue(com.google.gwt.xml.client.Node node,
                                       String attributeName)
public static String getAttributeValue(com.google.gwt.xml.client.Node node,
                                       String attributeName,
                                       String defaultValue)
public static boolean getBooleanAttributeValue(com.google.gwt.xml.client.Node node,
                                               String attributeName,
                                               boolean defaultValue)
public static int getIntAttributeValue(com.google.gwt.xml.client.Node node,
                                       String attributeName,
                                       int defaultValue)
public static com.google.gwt.xml.client.NodeList getChildNodeList(com.google.gwt.xml.client.Node baseNode,
                                                                  String tagName)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||