public class ReportUtils extends Object
| Constructor and Description |
|---|
ReportUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.jdom2.Element |
find(org.jdom2.Element root,
String name,
org.jdom2.Namespace ns)
find the first element with the given name
|
static List<org.jdom2.Element> |
findAll(org.jdom2.Element root,
String name,
org.jdom2.Namespace ns) |
static org.jdom2.Element |
findRecursively(org.jdom2.Element node,
String name) |
static Set<QName> |
getProps(org.jdom2.Document doc,
org.jdom2.Namespace propNs) |
public static org.jdom2.Element find(org.jdom2.Element root,
String name,
org.jdom2.Namespace ns)
root - name - ns - public static List<org.jdom2.Element> findAll(org.jdom2.Element root, String name, org.jdom2.Namespace ns)
public static org.jdom2.Element findRecursively(org.jdom2.Element node,
String name)
Copyright © 2021 McEvoy Software Ltd. All rights reserved.