Home | History | Annotate | Download | only in axes

Lines Matching refs:dtm

23 import org.apache.xml.dtm.DTM;
24 import org.apache.xml.dtm.DTMFilter;
64 * @return the first node out of the nodeset, or DTM.NULL.
71 DTM dtm = xctxt.getDTM(current);
73 return dtm.getFirstChild(current);
87 return DTM.NULL;
91 m_lastFetched = next = (DTM.NULL == m_lastFetched)
96 if (DTM.NULL != next)
105 return DTM.NULL;
117 return org.apache.xml.dtm.Axis.CHILD;