|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbackend.domainObjects.StaticParserMover
public class StaticParserMover
This class is what Professor Frens would call evil by definition, since it uses a static method. The sole purpose of the class is to contain the method in a place where all other classes can see and access it.
| Constructor Summary | |
|---|---|
StaticParserMover()
|
|
| Method Summary | |
|---|---|
static int |
moveParserToNextTag(org.kxml2.io.KXmlParser theParser)
This method, as the name implies, moves the parser to the next tag in the XML that the parser is parsing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticParserMover()
| Method Detail |
|---|
public static int moveParserToNextTag(org.kxml2.io.KXmlParser theParser)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||