Uses of Class
org.jtool.jxplatform.repository.JxException

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

Uses of JxException in org.jtool.jxplatform.j2x
 

Methods in org.jtool.jxplatform.j2x that throw JxException
 void Converter.convert(org.eclipse.jdt.core.ICompilationUnit icu)
          Generates a DOM document object from input source code and resloves bindings.
 org.w3c.dom.Document Converter.parse(org.eclipse.jdt.core.ICompilationUnit icu)
          Parses input source code and generates its DOM document object.
 void Binder.bind(org.w3c.dom.Document document)
          Adds binding information to an XML document.
 

Uses of JxException in org.jtool.jxplatform.repository
 

Methods in org.jtool.jxplatform.repository that throw JxException
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.
protected  void JxCompilationUnit.bind(Binder binder)
          Adds the binding information of this compilation unit to its XML document.