Uses of Class
bibliothek.util.xml.XContainer

Packages that use XContainer
bibliothek.util.xml Classes to read, inspect, modify and write XML files. 
 

Uses of XContainer in bibliothek.util.xml
 

Subclasses of XContainer in bibliothek.util.xml
 class XAttribute
          An attribute is an element in a XML-file that has a name and perhaps a value.
 class XElement
          A XElement is an entry in a xml-file.
 

Methods in bibliothek.util.xml that return XContainer
 XContainer XContainer.copy()
          Creates an independent copy of this container.
 

Methods in bibliothek.util.xml with parameters of type XContainer
protected  void XContainer.copy(XContainer original)
          Copies all the settings of original into this container.