Uses of Class
org.jtool.jxplatform.wrapper.JxImport

Packages that use JxImport
org.jtool.jxplatform.query Application programming interfaces for interaction with the XML representaion of source code. 
org.jtool.jxplatform.wrapper Application programming interfaces for interaction with the XML representaion of source code.  
 

Uses of JxImport in org.jtool.jxplatform.query
 

Methods in org.jtool.jxplatform.query with parameters of type JxImport
static boolean QueryImport.hasImported(JxImport jimport, JxClassList classes)
          Tests if a given import declaration contains any class of a given collection.
static boolean QueryImport.hasImported(JxImport jimport, java.util.ArrayList nodes)
          Tests if an import declaration contains an import declaration of a given collection.
static boolean QueryImport.contains(JxImport jimport, JxClass jclass)
          Test if a given import declarration contains a given class.
static boolean QueryImport.contains(JxImport jimport, java.lang.String fqn)
          Test if a given import declaration contains a class with a given fully-qualified name.
 

Uses of JxImport in org.jtool.jxplatform.wrapper
 

Methods in org.jtool.jxplatform.wrapper that return JxImport
static JxImport JxWrapperFactory.createJxImport(org.w3c.dom.Element elem)
          Creates a new object wrapping a Import element.
 

Methods in org.jtool.jxplatform.wrapper with parameters of type JxImport
 boolean JxImport.equals(JxImport jimport)
          Tests if a given import wrapper equals to this one.