|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.delivery.sax.SAXUtil
public abstract class SAXUtil
SAX utility methods.
| Constructor Summary | |
|---|---|
SAXUtil()
|
|
| Method Summary | |
|---|---|
static String |
getAttribute(String attributeName,
Attributes attributes)
Get the value of the named attribute. |
static String |
getAttribute(String attributeName,
Attributes attributes,
String defaultVal)
Get the value of the named attribute. |
static String |
getAttribute(String attributeNamespace,
String attributeName,
Attributes attributes,
String defaultVal)
Get the value of the named attribute. |
static int |
getDepth(SAXElement element)
|
static String |
getXPath(SAXElement element)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SAXUtil()
| Method Detail |
|---|
public static String getAttribute(String attributeName,
Attributes attributes)
attributeName - The attribute name.attributes - The attribute list.
public static String getAttribute(String attributeName,
Attributes attributes,
String defaultVal)
attributeName - The attribute name.attributes - The attribute list.defaultVal - The default value, if the attribute is not set.
public static String getAttribute(String attributeNamespace,
String attributeName,
Attributes attributes,
String defaultVal)
attributeNamespace - The attribute namespace.attributeName - The attribute name.attributes - The attribute list.defaultVal - The default value, if the attribute is not set.
public static String getXPath(SAXElement element)
public static int getDepth(SAXElement element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||