org.objectweb.jonas.security.realm.lib.XML Class Reference

List of all members.

Static Public Member Functions

void appendVectorToBuffer (String name, StringBuffer buffer, Vector vector)
void xmlVector (StringBuffer buffer, Vector vector)
void xmlHashtable (StringBuffer buffer, Hashtable hashtable)
void xmlHashtable (StringBuffer buffer, Hashtable hashtable, String indent)

Detailed Description

Useful class. Make xml representation for some objects used for the security
Author:
Florent Benoit

Definition at line 37 of file XML.java.


Member Function Documentation

void org.objectweb.jonas.security.realm.lib.XML.appendVectorToBuffer String  name,
StringBuffer  buffer,
Vector  vector
[static]
 

Append to the given buffer the hashtable elements with comma separated list

Parameters:
name name of the element
buffer the buffer on which append the Hashtable
vector the vector where are the elements

Definition at line 53 of file XML.java.

void org.objectweb.jonas.security.realm.lib.XML.xmlHashtable StringBuffer  buffer,
Hashtable  hashtable,
String  indent
[static]
 

Append to the given buffer the hashtable elements.

Parameters:
buffer the buffer on which append the Hashtable
hashtable the hashtable where are the elements
indent the indent to put before the lines

Definition at line 99 of file XML.java.

void org.objectweb.jonas.security.realm.lib.XML.xmlHashtable StringBuffer  buffer,
Hashtable  hashtable
[static]
 

Append to the given buffer the hashtable elements.

Parameters:
buffer the buffer on which append the Hashtable
hashtable the hashtable where are the elements

Definition at line 89 of file XML.java.

void org.objectweb.jonas.security.realm.lib.XML.xmlVector StringBuffer  buffer,
Vector  vector
[static]
 

Append to the given buffer the hashtable elements.

Parameters:
buffer the buffer on which append the Hashtable
vector the vector where are the elements

Definition at line 74 of file XML.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:55 2005 for JOnAS by  doxygen 1.3.9.1