Class COM.ibm.jaws.motk.ASCIIStringConsumer
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.motk.ASCIIStringConsumer
java.lang.Object
|
+----COM.ibm.jaws.motk.StringConsumer
|
+----COM.ibm.jaws.motk.ASCIIStringConsumer
- public class ASCIIStringConsumer
- extends StringConsumer
-
addWhiteSpace
-
-
beginChar
-
-
endChar
-
-
nestingLevel
-
-
out
-
-
separatorChar
-
-
specials
-
-
ASCIIStringConsumer(CharConsumer)
-
-
ASCIIStringConsumer(CharConsumer, char, char, char, boolean)
-
-
write(StringBuffer, int, int)
-
-
writeBegin()
-
-
writeEnd()
-
out
protected ASCIIEncoder out
separatorChar
protected char separatorChar
beginChar
protected char beginChar
endChar
protected char endChar
specials
protected String specials
addWhiteSpace
protected boolean addWhiteSpace
nestingLevel
protected int nestingLevel
ASCIIStringConsumer
public ASCIIStringConsumer(CharConsumer out)
ASCIIStringConsumer
public ASCIIStringConsumer(CharConsumer out,
char separatorChar,
char beginChar,
char endChar,
boolean addWhiteSpace)
write
public void write(StringBuffer buf,
int startPos,
int endPos) throws IOException
- Overrides:
- write in class StringConsumer
writeBegin
public void writeBegin() throws IOException
- Overrides:
- writeBegin in class StringConsumer
writeEnd
public void writeEnd() throws IOException
- Overrides:
- writeEnd in class StringConsumer
All Packages Class Hierarchy This Package Previous Next Index