public class RespUtils
extends Object
- Author:
- mcevoyb
-
Field Summary
Fields
static final org.jdom2.Namespace
-
Constructor Summary
Constructors
-
Method Summary
asLong(org.jdom2.Element el,
String name,
org.jdom2.Namespace ns)
static List<org.jdom2.Element>
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NS_DAV
public static final org.jdom2.Namespace NS_DAV
-
Constructor Details
-
RespUtils
public RespUtils()
-
Method Details
-
-
asString
public static String asString(org.jdom2.Element el,
String name)
-
asString
public static String asString(org.jdom2.Element el,
String name,
org.jdom2.Namespace ns)
-
asLong
public static Long asLong(org.jdom2.Element el,
String name)
-
asLong
public static Long asLong(org.jdom2.Element el,
String name,
org.jdom2.Namespace ns)
-
hasChild
public static boolean hasChild(org.jdom2.Element el,
String name)
-
getElements
public static List<org.jdom2.Element> getElements(org.jdom2.Element root,
String name)