|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepDocument.Step | |
net.sf.mrl | |
net.sf.mrl.impl |
Uses of StepDocument.Step in net.sf.mrl |
Methods in net.sf.mrl that return StepDocument.Step | |
StepDocument.Step |
StepDocument.getStep()
Gets the "step" element |
StepDocument.Step |
StepDocument.addNewStep()
Appends and returns a new empty "step" element |
static StepDocument.Step |
StepDocument.Step.Factory.newInstance()
|
static StepDocument.Step |
StepDocument.Step.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
StepDocument.Step[] |
RecipeDocument.Recipe.Directions.getStepArray()
Gets array of all "step" elements |
StepDocument.Step |
RecipeDocument.Recipe.Directions.getStepArray(int i)
Gets ith "step" element |
StepDocument.Step |
RecipeDocument.Recipe.Directions.insertNewStep(int i)
Inserts and returns a new empty value (as xml) as the ith "step" element |
StepDocument.Step |
RecipeDocument.Recipe.Directions.addNewStep()
Appends and returns a new empty value (as xml) as the last "step" element |
Methods in net.sf.mrl with parameters of type StepDocument.Step | |
void |
StepDocument.setStep(StepDocument.Step step)
Sets the "step" element |
void |
RecipeDocument.Recipe.Directions.setStepArray(StepDocument.Step[] stepArray)
Sets array of all "step" element |
void |
RecipeDocument.Recipe.Directions.setStepArray(int i,
StepDocument.Step step)
Sets ith "step" element |
Uses of StepDocument.Step in net.sf.mrl.impl |
Classes in net.sf.mrl.impl that implement StepDocument.Step | |
static class |
StepDocumentImpl.StepImpl
An XML step(@http://mrl.sf.net). |
Methods in net.sf.mrl.impl that return StepDocument.Step | |
StepDocument.Step[] |
RecipeDocumentImpl.RecipeImpl.DirectionsImpl.getStepArray()
Gets array of all "step" elements |
StepDocument.Step |
RecipeDocumentImpl.RecipeImpl.DirectionsImpl.getStepArray(int i)
Gets ith "step" element |
StepDocument.Step |
RecipeDocumentImpl.RecipeImpl.DirectionsImpl.insertNewStep(int i)
Inserts and returns a new empty value (as xml) as the ith "step" element |
StepDocument.Step |
RecipeDocumentImpl.RecipeImpl.DirectionsImpl.addNewStep()
Appends and returns a new empty value (as xml) as the last "step" element |
StepDocument.Step |
StepDocumentImpl.getStep()
Gets the "step" element |
StepDocument.Step |
StepDocumentImpl.addNewStep()
Appends and returns a new empty "step" element |
Methods in net.sf.mrl.impl with parameters of type StepDocument.Step | |
void |
RecipeDocumentImpl.RecipeImpl.DirectionsImpl.setStepArray(StepDocument.Step[] stepArray)
Sets array of all "step" element |
void |
RecipeDocumentImpl.RecipeImpl.DirectionsImpl.setStepArray(int i,
StepDocument.Step step)
Sets ith "step" element |
void |
StepDocumentImpl.setStep(StepDocument.Step step)
Sets the "step" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |