org.gjt.xpp.x2impl.x2pullparser
Class X2PullParser.CumulativeReader

java.lang.Object
  extended byjava.io.Reader
      extended byorg.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
Enclosing class:
X2PullParser

protected class X2PullParser.CumulativeReader
extends java.io.Reader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
X2PullParser.CumulativeReader(java.io.Reader reader)
          Constructs this reader from another reader.
 
Method Summary
 void close()
           
 boolean getCumulative()
           
 char[] getCumulativeBuffer()
           
 int getCumulativeBufferAbsoluteEnd()
           
 int getCumulativeBufferAbsoluteStart()
           
 int getCumulativeBufferEnd()
           
 int getCumulativeBufferStart()
           
 int read(char[] ch, int offset, int length)
           
 void setCumulative(boolean value)
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X2PullParser.CumulativeReader

public X2PullParser.CumulativeReader(java.io.Reader reader)
Constructs this reader from another reader.

Method Detail

setCumulative

public void setCumulative(boolean value)

getCumulative

public boolean getCumulative()

getCumulativeBuffer

public char[] getCumulativeBuffer()

getCumulativeBufferAbsoluteStart

public int getCumulativeBufferAbsoluteStart()

getCumulativeBufferAbsoluteEnd

public int getCumulativeBufferAbsoluteEnd()

getCumulativeBufferStart

public int getCumulativeBufferStart()

getCumulativeBufferEnd

public int getCumulativeBufferEnd()

close

public void close()

read

public int read(char[] ch,
                int offset,
                int length)
         throws java.io.IOException
Throws:
java.io.IOException


Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.

Note this package is deprecated by XPP3 that implements XmlPull API