Uses of Class
org.weborganic.ox.core.Model

Packages that use Model
org.weborganic.ox.core   
org.weborganic.ox.dev   
org.weborganic.ox.tool   
 

Uses of Model in org.weborganic.ox.core
 

Methods in org.weborganic.ox.core that return Model
static Model Model.getDefault()
          Returns the default model (if only one defined)
 

Uses of Model in org.weborganic.ox.dev
 

Methods in org.weborganic.ox.dev that return Model
 Model XSLTDocGenerator.getModel()
          Deprecated.  
 Model CodeDocGenerator.getModel()
           
 

Constructors in org.weborganic.ox.dev with parameters of type Model
CodeDocGenerator(Model model)
          Sole constructor.
XSLTDocGenerator(Model model)
          Deprecated.  
 

Uses of Model in org.weborganic.ox.tool
 

Methods in org.weborganic.ox.tool that return Model
 Model TransformCommand.getModel()
           
 Model TidyCommand.getModel()
           
 Model SimplifyDOCXCommand.getModel()
           
 Model SchematronCommand.getModel()
           
 Model PackageDOCXCommand.getModel()
           
 Model DiffTextCommand.getModel()
           
 Model Command.getModel()
          Return the model this command uses.
 Model CheckRoundTripCommand.getModel()
           
 Model Result.model()
           
 

Methods in org.weborganic.ox.tool with parameters of type Model
static org.w3c.tidy.Tidy TidyCommand.newTidy(Model model)
          Return a new tidy configuration for the model
 

Constructors in org.weborganic.ox.tool with parameters of type Model
CheckRoundTripCommand(Model model)
          Create a new command for this model.
DiffTextCommand(Model model)
          Create a new command for this model.
PackageDOCXCommand(Model model)
          Create a new command.
SchematronCommand(Model model)
          Create a new command.
SimplifyDOCXCommand(Model model)
          Create a new command.
TidyCommand(Model model)
          Create a new tidy command.
TransformCommand(Model model)
          Create a new command.