Home | History | Annotate | Download | only in xpath

Lines Matching refs:getDTM

153   public DTM getDTM(javax.xml.transform.Source source, boolean unique, 
158 return m_dtmManager.getDTM(source, unique, wsfilter,
169 public DTM getDTM(int nodeHandle)
171 return m_dtmManager.getDTM(nodeHandle);
1102 return getDTM(context).getNode(context);
1133 DTM dtm = getDTM(nodeHandle);
1147 DTM dtm = getDTM(nodeHandle);
1200 m_global_rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false);
1234 rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false);
1258 rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false);