org.gjt.xpp.x2impl.x2pullparser

Class X2PullParser.CumulativeReader

protected class X2PullParser.CumulativeReader extends Reader

Constructor Summary
CumulativeReader(Reader reader)
Constructs this reader from another reader.
Method Summary
voidclose()
booleangetCumulative()
char[]getCumulativeBuffer()
intgetCumulativeBufferAbsoluteEnd()
intgetCumulativeBufferAbsoluteStart()
intgetCumulativeBufferEnd()
intgetCumulativeBufferStart()
intread(char[] ch, int offset, int length)
voidsetCumulative(boolean value)

Constructor Detail

CumulativeReader

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

Method Detail

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)

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