Uses of Class
edu.buffalo.nsf.xmlcqa.data.stream.StreamDist.Cell

Packages that use StreamDist.Cell
edu.buffalo.nsf.xmlcqa.data.stream Package containing classes facilitating accessing XML documents in a streamed fashion. 
 

Uses of StreamDist.Cell in edu.buffalo.nsf.xmlcqa.data.stream
 

Fields in edu.buffalo.nsf.xmlcqa.data.stream declared as StreamDist.Cell
protected  StreamDist.Cell[] StreamDist.col
           
protected  StreamDist.Cell[] StreamDist.ncol
           
protected  StreamDist.Cell[] StreamDist.row
           
protected  StreamDist.Cell[] StreamDist.nrow
           
 

Methods in edu.buffalo.nsf.xmlcqa.data.stream that return StreamDist.Cell
static StreamDist.Cell StreamDist.Cell.createRoot()
           
static StreamDist.Cell StreamDist.Cell.create()
           
 

Methods in edu.buffalo.nsf.xmlcqa.data.stream with parameters of type StreamDist.Cell
 void StreamDist.Cell.consume(StreamDist.Cell c, Token x, int dir)
           
 void StreamDist.Cell.consume(StreamDist.Cell c, Token x, Token y)
           
 void StreamDist.Cell.copy(StreamDist.Cell c)
           
protected  void StreamDist.fillVector(Token[] x, int i, Token[] y, int j, StreamDist.Cell[] col, StreamDist.Cell[] ncol, StreamDist.Cell[] row, int orient)
           
protected static java.lang.String StreamDist.arr2str(StreamDist.Cell[] c, int i, int size)