|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecipeDocument.Recipe | |
net.sf.mrl | |
net.sf.mrl.impl |
Uses of RecipeDocument.Recipe in net.sf.mrl |
Methods in net.sf.mrl that return RecipeDocument.Recipe | |
RecipeDocument.Recipe |
RecipeDocument.getRecipe()
Gets the "recipe" element |
RecipeDocument.Recipe |
RecipeDocument.addNewRecipe()
Appends and returns a new empty "recipe" element |
static RecipeDocument.Recipe |
RecipeDocument.Recipe.Factory.newInstance()
|
static RecipeDocument.Recipe |
RecipeDocument.Recipe.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
Methods in net.sf.mrl with parameters of type RecipeDocument.Recipe | |
void |
RecipeDocument.setRecipe(RecipeDocument.Recipe recipe)
Sets the "recipe" element |
Uses of RecipeDocument.Recipe in net.sf.mrl.impl |
Classes in net.sf.mrl.impl that implement RecipeDocument.Recipe | |
static class |
RecipeDocumentImpl.RecipeImpl
An XML recipe(@http://mrl.sf.net). |
Methods in net.sf.mrl.impl that return RecipeDocument.Recipe | |
RecipeDocument.Recipe |
RecipeDocumentImpl.getRecipe()
Gets the "recipe" element |
RecipeDocument.Recipe |
RecipeDocumentImpl.addNewRecipe()
Appends and returns a new empty "recipe" element |
Methods in net.sf.mrl.impl with parameters of type RecipeDocument.Recipe | |
void |
RecipeDocumentImpl.setRecipe(RecipeDocument.Recipe recipe)
Sets the "recipe" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |