public class XMLHelper extends Object
| Constructor and Description |
|---|
XMLHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
findSubElement(Node parent,
String localName)
Find first sub element with given local name.
|
static List<Node> |
findSubElements(Node parent,
String localName)
Find first sub element with given local name.
|
static List<String> |
getPropertiesFromXML(Node propNode)
Extract properties from property node.
|
public static Node findSubElement(Node parent, String localName)
parent - localName - public static List<Node> findSubElements(Node parent, String localName)
parent - localName - This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.