org.gjt.xpp.x2impl.x2pullparser
Class X2PullParser.CumulativeReader
Reader
org.gjt.xpp.x2impl.x2pullparser.X2PullParser.CumulativeReader
- X2PullParser
protected class X2PullParser.CumulativeReader
extends Reader
CumulativeReader
public CumulativeReader(Reader reader)
Constructs this reader from another reader.
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