org.gjt.xpp.x2impl.x2pullparser

Class X2PullParser.CumulativeReader

Enclosing Class:
X2PullParser

protected class X2PullParser.CumulativeReader
extends Reader

Constructor Summary

CumulativeReader(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)

Constructor Details

CumulativeReader

public CumulativeReader(Reader reader)
Constructs this reader from another reader.

Method Details

close

public void close()

getCumulative

public boolean getCumulative()

getCumulativeBuffer

public char[] getCumulativeBuffer()

getCumulativeBufferAbsoluteEnd

public int getCumulativeBufferAbsoluteEnd()

getCumulativeBufferAbsoluteStart

public int getCumulativeBufferAbsoluteStart()

getCumulativeBufferEnd

public int getCumulativeBufferEnd()

getCumulativeBufferStart

public int getCumulativeBufferStart()

read

public int read(char[] ch,
                int offset,
                int length)
            throws IOException

setCumulative

public void setCumulative(boolean value)

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