Uses of Class
org.jtool.jxplatform.j2x.Converter

Packages that use Converter
org.jtool.jxplatform.repository Application programming interfaces for retrieving information about source code which is stored in the repository of XML documents. 
 

Uses of Converter in org.jtool.jxplatform.repository
 

Methods in org.jtool.jxplatform.repository with parameters of type Converter
protected  org.w3c.dom.Document JxCompilationUnit.parse(Converter converter)
          Parses input source code and generates its DOM document object.
protected  void JxCompilationUnit.convert(Converter converter)
          Converts this compilation unit to an XML document.