Uses of Class
proper.xml.Document

Packages that use Document
proper.xml Contains classes for handling XML documents and XSLT. 
 

Uses of Document in proper.xml
 

Methods in proper.xml that return Document
 Document XMLExemplars.process(milk.core.Exemplars exemplars)
          transforms Exemplars into an XML document
 Document XMLInstances.process(weka.core.Instances instances)
          transforms instances into a XML document
 

Methods in proper.xml with parameters of type Document
 weka.core.Instances XMLInstances.process(Document doc)
          transforms an XML document into an instances object
 milk.core.Exemplars XMLExemplars.process(Document doc)
          transforms an XML document into an exemplars object
 

Constructors in proper.xml with parameters of type Document
Document(Document doc)
          initializes the object with the given Document