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

Variable Index

 o addWhiteSpace
 o beginChar
 o endChar
 o nestingLevel
 o out
 o separatorChar
 o specials

Constructor Index

 o ASCIIStringConsumer(CharConsumer)
 o ASCIIStringConsumer(CharConsumer, char, char, char, boolean)

Method Index

 o write(StringBuffer, int, int)
 o writeBegin()
 o writeEnd()

Variables

 o out
  protected ASCIIEncoder out
 o separatorChar
  protected char separatorChar
 o beginChar
  protected char beginChar
 o endChar
  protected char endChar
 o specials
  protected String specials
 o addWhiteSpace
  protected boolean addWhiteSpace
 o nestingLevel
  protected int nestingLevel

Constructors

 o ASCIIStringConsumer
  public ASCIIStringConsumer(CharConsumer out)
 o ASCIIStringConsumer
  public ASCIIStringConsumer(CharConsumer out,
                             char separatorChar,
                             char beginChar,
                             char endChar,
                             boolean addWhiteSpace)

Methods

 o write
  public void write(StringBuffer buf,
                    int startPos,
                    int endPos) throws IOException
Overrides:
write in class StringConsumer
 o writeBegin
  public void writeBegin() throws IOException
Overrides:
writeBegin in class StringConsumer
 o writeEnd
  public void writeEnd() throws IOException
Overrides:
writeEnd in class StringConsumer

All Packages  Class Hierarchy  This Package  Previous  Next  Index