Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xalan.xpath.dtm
Class DTMNodeVector  view DTMNodeVector download DTMNodeVector.java

java.lang.Object
  extended byorg.apache.xalan.xpath.dtm.DTMNodeVector

class DTMNodeVector
extends java.lang.Object

Simple class to hold an array of nodes.


Field Summary
(package private) static int BLOCKSIZE
           
(package private)  DTMProxy[] m_map
           
(package private)  int m_mapSize
           
 
Constructor Summary
(package private) DTMNodeVector()
           
 
Method Summary
(package private)  DTMProxy get(int pos)
           
(package private)  void put(int pos, DTMProxy value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOCKSIZE

static final int BLOCKSIZE
See Also:
Constant Field Values

m_map

DTMProxy[] m_map

m_mapSize

int m_mapSize
Constructor Detail

DTMNodeVector

DTMNodeVector()
Method Detail

put

void put(int pos,
         DTMProxy value)

get

DTMProxy get(int pos)