Method Summary |
|
public static Properties | getProperties(Node node) Returns a Properties object from an Node . |
public static Properties | getProperties(org.dom4j.Element dom4jElement) Returns a Properties object from an org.dom4j.Element . |
public static String | getText(Node node) Returns the text (#text child) value of an element. |
final public static byte[] | toUtf8(int input) Creates a utf8 byte array from the input int number. |
final public static String | toUtf8(String input) Creates a utf8 byte array from the input string. |