Class ReportUtils

java.lang.Object
io.milton.http.report.ReportUtils

public class ReportUtils extends Object
Author:
brad
  • Constructor Details

    • ReportUtils

      public ReportUtils()
  • Method Details

    • find

      public static org.jdom2.Element find(org.jdom2.Element root, String name, org.jdom2.Namespace ns)
      find the first element with the given name
      Parameters:
      root -
      name -
      ns -
      Returns:
    • findAll

      public static List<org.jdom2.Element> findAll(org.jdom2.Element root, String name, org.jdom2.Namespace ns)
    • findRecursively

      public static org.jdom2.Element findRecursively(org.jdom2.Element node, String name)
    • getProps

      public static Set<QName> getProps(org.jdom2.Document doc, org.jdom2.Namespace propNs)