com.xmlserv.app.shared
Class UserElement

java.lang.Object
  |
  +--org.jdom.Element
        |
        +--com.xmlserv.app.shared.UserElement
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class UserElement
extends org.jdom.Element

Convert a DBUser object to an XML Element.

See Also:
Serialized Form

Fields inherited from class org.jdom.Element
additionalNamespaces, attributes, content, name, namespace, parent
 
Constructor Summary
UserElement(java.lang.String elname, DBUser dbuser)
           
 
Method Summary
static void main(java.lang.String[] args)
          Load and dump the user given as an argument.
 
Methods inherited from class org.jdom.Element
addAttribute, addAttribute, addContent, addContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, detach, equals, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextTrim, getChildTextTrim, getContent, getCopy, getCopy, getDocument, getMixedContent, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getParent, getQualifiedName, getSerializedForm, getText, getTextNormalize, getTextTrim, hasChildren, hashCode, hasMixedContent, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setChildren, setContent, setDocument, setMixedContent, setName, setNamespace, setParent, setText, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserElement

public UserElement(java.lang.String elname,
                   DBUser dbuser)
Method Detail

main

public static void main(java.lang.String[] args)
Load and dump the user given as an argument.