| java.lang.Object org.objectweb.jonas.security.realm.lib.XML
XML | public class XML (Code) | | Useful class. Make xml representation for some objects used for the security
author: Florent Benoit |
appendVectorToBuffer | public static void appendVectorToBuffer(String name, StringBuffer buffer, Vector vector)(Code) | | Append to the given buffer the hashtable elements with comma separated
list
Parameters: name - name of the element Parameters: buffer - the buffer on which append the Hashtable Parameters: vector - the vector where are the elements |
xmlHashtable | public static void xmlHashtable(StringBuffer buffer, Hashtable hashtable)(Code) | | Append to the given buffer the hashtable elements.
Parameters: buffer - the buffer on which append the Hashtable Parameters: hashtable - the hashtable where are the elements |
xmlHashtable | public static void xmlHashtable(StringBuffer buffer, Hashtable hashtable, String indent)(Code) | | Append to the given buffer the hashtable elements.
Parameters: buffer - the buffer on which append the Hashtable Parameters: hashtable - the hashtable where are the elements Parameters: indent - the indent to put before the lines |
xmlVector | public static void xmlVector(StringBuffer buffer, Vector vector)(Code) | | Append to the given buffer the hashtable elements.
Parameters: buffer - the buffer on which append the Hashtable Parameters: vector - the vector where are the elements |
|
|