B C E F G I M R S T X

I

id - Variable in class example.Bread
 
Ingredient - Class in example
 
Ingredient() - Constructor for class example.Ingredient
 
ingredients - Variable in class example.Sandwich
 
inTag(String) - Method in class core.XMLBurger
Stay inside the tag passed as parameter.
Usage:
while(burger.inTag("NameOfYourTag")){
//Do something while staying inside the loop, usually looking for over tags via the tag() method.
}
isNotOver() - Method in class core.XMLBurger
Main loop, over the content of the entire XML.
while(burger.isNotOver()){
//Do things and check for tags
}

B C E F G I M R S T X