|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gov.nist.core.StringTokenizer
Base string token splitter.
Constructor Summary | |
StringTokenizer()
|
|
StringTokenizer(String buffer)
|
Method Summary | |
void |
consume()
|
void |
consume(int k)
|
String |
getLine()
|
Vector |
getLines()
Get a Vector of the buffer tokenized by lines |
char |
getNextChar()
|
String |
getNextToken(char delim)
Get the next token from the buffer. |
static String |
getSDPFieldName(String line)
get the SDP field name of the line |
boolean |
hasMoreChars()
|
static boolean |
isAlpha(char ch)
|
static boolean |
isDigit(char ch)
|
static boolean |
isHexDigit(char ch)
|
char |
lookAhead()
|
char |
lookAhead(int k)
|
String |
nextToken()
|
String |
peekLine()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringTokenizer()
public StringTokenizer(String buffer)
Method Detail |
public String nextToken()
public boolean hasMoreChars()
public static boolean isHexDigit(char ch)
public static boolean isAlpha(char ch)
public static boolean isDigit(char ch)
public String getLine()
public String peekLine()
public char lookAhead() throws ParseException
ParseException
public char lookAhead(int k) throws ParseException
ParseException
public char getNextChar() throws ParseException
ParseException
public void consume()
public void consume(int k)
public Vector getLines()
public String getNextToken(char delim) throws ParseException
ParseException
public static String getSDPFieldName(String line)
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |