Uses of Interface
pl.mbdev.xml.Xml

Packages that use Xml
pl.mbdev.mysql   
pl.mbdev.openstage.openim   
pl.mbdev.xml   
 

Uses of Xml in pl.mbdev.mysql
 

Classes in pl.mbdev.mysql that implement Xml
 class SqlCredentials
          Credentials for a given MySQL server that can be loaded from and saved to local XML file.
 

Uses of Xml in pl.mbdev.openstage.openim
 

Classes in pl.mbdev.openstage.openim that implement Xml
 class AdminCredentials
          Object containing password of the administrator.
 

Uses of Xml in pl.mbdev.xml
 

Classes in pl.mbdev.xml that implement Xml
 class XmlObject
          Superclass for objects that are convertible to XML.
 

Methods in pl.mbdev.xml with parameters of type Xml
static java.lang.String XmlTree.createName(Xml o)
          Creates XML node name for a given object.
 boolean XmlTree.hasCorrectName(Xml o)
          Checks if this XML node has a name that corresponds to a given class.
 

Constructors in pl.mbdev.xml with parameters of type Xml
XmlTree(Xml o)
          Creates a tree representing an object that implements Xml class.