org.openorb.board.shared.util
public class XMLUtils extends Object
Method Summary | |
---|---|
static Node[] | getElements(Node rootNode, String elementName)
This method returns the nodes (if several) represented by
the element name.
|
static String[] | getStringValue(Node rootNode, String elementName)
This methods returns the property values ( if several ) in a string format
|
Parameters: elementName The element name in node0.node1.node2 format.
Returns: The required nodes.
Parameters: elementName the property name ( in node0.node1.node2:attr format )
Returns: the property values