|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.core.CommandParser
public final class CommandParser
This is a parser for command strings, creating Command instances.
Several commands can be formulated in one string and separated by semicolons.
| Constructor Summary | |
|---|---|
CommandParser(java.lang.String in)
Constructor, parsing the input. |
|
| Method Summary | |
|---|---|
boolean |
more()
Checks if more tokens are found. |
Command |
next()
Returns the current command. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandParser(java.lang.String in)
in - input| Method Detail |
|---|
public boolean more()
public Command next()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||