Searched defs:m_opMap (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java121 OpMapVector m_opMap = null; field in class:OpMap
133 return m_opMap;
152 int n = m_opMap.elementAt(MAPINDEX_LENGTH);
153 m_opMap.setToSize(n + 4);
155 m_opMap.setElementAt(0,n);
156 m_opMap.setElementAt(0,n+1);
157 m_opMap.setElementAt(0,n+2);
176 return m_opMap.elementAt(opPos);
187 m_opMap.setElementAt(value,opPos);
196 * @return position of next operation in m_opMap
[all...]

Completed in 408 milliseconds