org.openorb.board.shared.util
public class XMLTools extends Object
Constructor Summary | |
---|---|
XMLTools(InputStream input)
Constructor which initializes the root node from the XML file input stream |
Method Summary | |
---|---|
Node[] | getElements(String elementName)
This method returns the nodes (if several) represented by
the element name.
|
String[] | getStringValue(String elementName)
This methods returns the property values ( if several ) in a string format
|
Parameters: input the XML file inputStream
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