Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
}
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
B
C
E
F
G
I
M
R
S
T
X