Class RespUtils

java.lang.Object
io.milton.httpclient.RespUtils

public class RespUtils extends Object
Author:
mcevoyb
  • Field Details

    • NS_DAV

      public static final org.jdom2.Namespace NS_DAV
  • Constructor Details

    • RespUtils

      public RespUtils()
  • Method Details

    • davName

      public static QName davName(String localName)
    • 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)