|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
interface for DataTokenizers
OBOE - Open Business Objects for EDI
Part of the OBOE Basic Extended Package
An EDI and XML Translator Written In Java
Copyright 1998-2007 - American Coders, LTD - Raleigh NC USA
All rights reserved
American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27624 USA
1-919-846-2014
http://www.americancoders.com
| Method Summary | |
int |
countTokens()
returns the number of tokens left to process |
int |
getPositionInStream()
returns the byte offset position of the token in the overall input stream |
java.lang.String |
getTokenAt(int pos)
gets the token in tokenized string at a specifiec position |
boolean |
hasMoreElements()
tests if more tokens are available |
java.lang.String |
nextToken()
gets the next token in tokenized string |
void |
setPositionInStream(int positionInStream)
sets the byte offset position of the token in the input stream |
| Method Detail |
public java.lang.String nextToken()
public java.lang.String getTokenAt(int pos)
pos - int position, if < 0 or > the total returns null
public boolean hasMoreElements()
public int countTokens()
public int getPositionInStream()
public void setPositionInStream(int positionInStream)
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||