Uses of Class
com.tyenki.tree.TreeFormat

Uses of TreeFormat in com.tyenki.tree
 

Methods in com.tyenki.tree that return TreeFormat
 TreeFormat TreeGenerator.getTreeFormat()
          Returns the tree format for this generator.
static TreeFormat TreeFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreeFormat[] TreeFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.tyenki.tree with parameters of type TreeFormat
 Templates TreePreprocessor.compile(File config, TreeFormat format)
          Process the XML configuration file and returns the corresponding XSLT templates.
 Templates TreePreprocessor.compile(Source config, TreeFormat format)
          Process the XML configuration file and returns the corresponding XSLT templates.
 

Constructors in com.tyenki.tree with parameters of type TreeFormat
TreeGenerator(File config, TreeFormat format)
          Creates a new Tree generator from the specified configuration.