Uses of Package
proper.xml

Packages that use proper.xml
proper.app Contains command line classes, which can all be called with the option "-help" to get further information about the available parameters. 
proper.gui.experiment This package serves as a frontend to the command line based Application classes. 
proper.io Classes that handle IO-stuff can be found here, e.g. 
proper.remote Classes for the distributed computing part of Proper can be found here, i.e. 
proper.remote.messages Contains the XML-messages used for the distributed computing. 
proper.xml Contains classes for handling XML documents and XSLT. 
 

Classes in proper.xml used by proper.app
Element
          This class represents an XML node.
XMLAccessInterface
          This interface is designed to use for XML input and output for all kinds of of classes.
 

Classes in proper.xml used by proper.gui.experiment
Element
          This class represents an XML node.
XMLAccessInterface
          This interface is designed to use for XML input and output for all kinds of of classes.
 

Classes in proper.xml used by proper.io
Element
          This class represents an XML node.
XMLAccessInterface
          This interface is designed to use for XML input and output for all kinds of of classes.
 

Classes in proper.xml used by proper.remote
XMLAccessInterface
          This interface is designed to use for XML input and output for all kinds of of classes.
 

Classes in proper.xml used by proper.remote.messages
Element
          This class represents an XML node.
 

Classes in proper.xml used by proper.xml
Attribute
          This class represents an XML attribute.
Document
          A simple XML document.
Element
          This class represents an XML node.
Node
          This class represents an abstract XML node, ancestor to Comment and Element.