|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IngredientDocument.Ingredient | |
net.sf.mrl | |
net.sf.mrl.impl |
Uses of IngredientDocument.Ingredient in net.sf.mrl |
Methods in net.sf.mrl that return IngredientDocument.Ingredient | |
IngredientDocument.Ingredient |
IngredientDocument.getIngredient()
Gets the "ingredient" element |
IngredientDocument.Ingredient |
IngredientDocument.addNewIngredient()
Appends and returns a new empty "ingredient" element |
static IngredientDocument.Ingredient |
IngredientDocument.Ingredient.Factory.newInstance()
|
static IngredientDocument.Ingredient |
IngredientDocument.Ingredient.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
IngredientDocument.Ingredient[] |
RecipeDocument.Recipe.Ingredients.getIngredientArray()
Gets array of all "ingredient" elements |
IngredientDocument.Ingredient |
RecipeDocument.Recipe.Ingredients.getIngredientArray(int i)
Gets ith "ingredient" element |
IngredientDocument.Ingredient |
RecipeDocument.Recipe.Ingredients.insertNewIngredient(int i)
Inserts and returns a new empty value (as xml) as the ith "ingredient" element |
IngredientDocument.Ingredient |
RecipeDocument.Recipe.Ingredients.addNewIngredient()
Appends and returns a new empty value (as xml) as the last "ingredient" element |
Methods in net.sf.mrl with parameters of type IngredientDocument.Ingredient | |
void |
IngredientDocument.setIngredient(IngredientDocument.Ingredient ingredient)
Sets the "ingredient" element |
void |
RecipeDocument.Recipe.Ingredients.setIngredientArray(IngredientDocument.Ingredient[] ingredientArray)
Sets array of all "ingredient" element |
void |
RecipeDocument.Recipe.Ingredients.setIngredientArray(int i,
IngredientDocument.Ingredient ingredient)
Sets ith "ingredient" element |
Uses of IngredientDocument.Ingredient in net.sf.mrl.impl |
Classes in net.sf.mrl.impl that implement IngredientDocument.Ingredient | |
static class |
IngredientDocumentImpl.IngredientImpl
An XML ingredient(@http://mrl.sf.net). |
Methods in net.sf.mrl.impl that return IngredientDocument.Ingredient | |
IngredientDocument.Ingredient[] |
RecipeDocumentImpl.RecipeImpl.IngredientsImpl.getIngredientArray()
Gets array of all "ingredient" elements |
IngredientDocument.Ingredient |
RecipeDocumentImpl.RecipeImpl.IngredientsImpl.getIngredientArray(int i)
Gets ith "ingredient" element |
IngredientDocument.Ingredient |
RecipeDocumentImpl.RecipeImpl.IngredientsImpl.insertNewIngredient(int i)
Inserts and returns a new empty value (as xml) as the ith "ingredient" element |
IngredientDocument.Ingredient |
RecipeDocumentImpl.RecipeImpl.IngredientsImpl.addNewIngredient()
Appends and returns a new empty value (as xml) as the last "ingredient" element |
IngredientDocument.Ingredient |
IngredientDocumentImpl.getIngredient()
Gets the "ingredient" element |
IngredientDocument.Ingredient |
IngredientDocumentImpl.addNewIngredient()
Appends and returns a new empty "ingredient" element |
Methods in net.sf.mrl.impl with parameters of type IngredientDocument.Ingredient | |
void |
RecipeDocumentImpl.RecipeImpl.IngredientsImpl.setIngredientArray(IngredientDocument.Ingredient[] ingredientArray)
Sets array of all "ingredient" element |
void |
RecipeDocumentImpl.RecipeImpl.IngredientsImpl.setIngredientArray(int i,
IngredientDocument.Ingredient ingredient)
Sets ith "ingredient" element |
void |
IngredientDocumentImpl.setIngredient(IngredientDocument.Ingredient ingredient)
Sets the "ingredient" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |