|
|||||||||
| Home >> All >> org >> apache >> xalan >> xpath >> [ dtm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xalan.xpath.dtm
Class DTMNodeVector

java.lang.Objectorg.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)
|
|||||||||
| Home >> All >> org >> apache >> xalan >> xpath >> [ dtm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.xalan.xpath.dtm.DTMNodeVector