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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DLocPathIterator.java366 m_cdtm = xctxt.getDTM(context);
686 m_cdtm = null;
719 clone.m_cdtm = m_cdtm;
880 // m_cdtm = m_execContext.getDTM(n);
945 transient protected DTM m_cdtm; field in class:LocPathIterator

Completed in 207 milliseconds