Methods
Modifier and Type |
Method and Description |
String |
getAttribute(Element e,
String name) |
String |
getAttribute(Element e,
String name,
String defaultValue) |
boolean |
getBooleanAttribute(Element e,
String name) |
boolean |
getBooleanAttribute(Element e,
String name,
boolean defaultValue) |
double |
getDoubleAttribute(Element e,
String name) |
double |
getDoubleAttribute(Element e,
String name,
double defaultValue) |
Element |
getElement(Element e,
String name) |
NodeList |
getElements(Element e,
String name) |
float |
getFloatAttribute(Element e,
String name) |
float |
getFloatAttribute(Element e,
String name,
float defaultValue) |
int |
getIntAttribute(Element e,
String name) |
int |
getIntAttribute(Element e,
String name,
int defaultValue) |