| Modifier and Type | Field and Description |
|---|---|
protected String |
breakableCharacters |
protected StringBuffer |
buffer |
protected String |
encapsulateCharacters |
protected char |
encapsulated |
protected char |
enclosure |
protected String |
enclosureCharacters |
protected String |
lineSeparator |
protected String |
whiteSpace |
| Constructor and Description |
|---|
StringTokenizerParser(String condition)
Constructor for StringTokenizerParser.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
breakOnThisCharacter()
breakOnThisCharacter.
|
protected void |
findNextToken()
findNextToken.
|
protected void |
foundBreak(int i)
foundBreak.
|
protected void |
foundCharacter()
foundCharacter.
|
protected void |
foundEncapsulated()
foundEncapsulated.
|
protected void |
foundEnd()
foundEnd.
|
protected void |
foundToken(int i)
foundToken.
|
String |
getBreakableCharacters()
Getter for the field
breakableCharacters. |
String |
getEncapsulateCharacters()
Getter for the field
encapsulateCharacters. |
String |
getEnclosureCharacters()
Getter for the field
enclosureCharacters. |
int |
getLine()
Getter for the field
line. |
String |
getWhiteSpace()
Getter for the field
whiteSpace. |
boolean |
hasNext() |
protected boolean |
isEncapsulateStarting()
isEncapsulateStarting.
|
protected boolean |
isEnclosureCharacter()
isEnclosureCharacter.
|
protected boolean |
isEndOfLine()
isEndOfLine.
|
boolean |
isTokenEncapsulated()
isTokenEncapsulated.
|
protected boolean |
isWhiteSpace()
isWhiteSpace.
|
Iterator<String> |
iterator() |
String |
next() |
void |
parseToken()
parseToken.
|
void |
remove() |
protected void |
reset()
reset.
|
void |
setBreakableCharacters(String breakableCharacters)
Setter for the field
breakableCharacters. |
void |
setEncapsulateCharacters(String encapsulateCharacters)
Setter for the field
encapsulateCharacters. |
void |
setEnclosureCharacters(String enclosureCharacters)
Setter for the field
enclosureCharacters. |
void |
setLine(int line)
Setter for the field
line. |
void |
setWhiteSpace(String whiteSpace)
Setter for the field
whiteSpace. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingprotected String breakableCharacters
protected String enclosureCharacters
protected String whiteSpace
protected String encapsulateCharacters
protected String lineSeparator
protected char enclosure
protected char encapsulated
protected StringBuffer buffer
public void parseToken()
parseToken.
protected void findNextToken()
findNextToken.
protected void foundBreak(int i)
foundBreak.
i - a int.protected void foundEnd()
foundEnd.
protected void foundToken(int i)
foundToken.
i - a int.protected boolean isEncapsulateStarting()
isEncapsulateStarting.
protected void foundEncapsulated()
foundEncapsulated.
protected void foundCharacter()
foundCharacter.
protected boolean isWhiteSpace()
isWhiteSpace.
protected boolean isEndOfLine()
isEndOfLine.
protected boolean isEnclosureCharacter()
isEnclosureCharacter.
protected boolean breakOnThisCharacter()
breakOnThisCharacter.
public String getBreakableCharacters()
Getter for the field breakableCharacters.
String object.public void setBreakableCharacters(String breakableCharacters)
Setter for the field breakableCharacters.
breakableCharacters - a String object.public String getEnclosureCharacters()
Getter for the field enclosureCharacters.
String object.public void setEnclosureCharacters(String enclosureCharacters)
Setter for the field enclosureCharacters.
enclosureCharacters - a String object.public String getWhiteSpace()
Getter for the field whiteSpace.
String object.public void setWhiteSpace(String whiteSpace)
Setter for the field whiteSpace.
whiteSpace - a String object.public String getEncapsulateCharacters()
Getter for the field encapsulateCharacters.
String object.public void setEncapsulateCharacters(String encapsulateCharacters)
Setter for the field encapsulateCharacters.
encapsulateCharacters - a String object.public int getLine()
Getter for the field line.
public void setLine(int line)
Setter for the field line.
line - a int.protected void reset()
reset.
public boolean isTokenEncapsulated()
isTokenEncapsulated.
Copyright © 2016. All Rights Reserved.