Uses of Interface
org.inxar.jenesis.Namespace

Packages that use Namespace
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of Namespace in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return Namespace
 Namespace CompilationUnit.getNamespace()
          Returns the package name as a Package.
 Namespace CompilationUnit.setNamespace(java.lang.String name)
          Sets the package name and returns the corresponding package declaration.