Home | History | Annotate | Download | only in templates

Lines Matching defs:dtm

42 import org.apache.xml.dtm.DTM;
43 import org.apache.xml.dtm.ref.ExpandedNameTable;
761 DTM dtm)
766 dtm);
793 DTM dtm)
799 dtm);
918 XPathContext support, int targetElement, DTM dtm) throws TransformerException
923 targetElement, null, false, dtm);
944 while(DTM.NULL != targetElement)
946 DTM dtm = support.getDTM(targetElement);
948 targetElement, null, false, dtm);
952 int parent = dtm.getParent(targetElement);
953 if(DTM.NULL != parent && DTM.ELEMENT_NODE == dtm.getNodeType(parent))
956 targetElement = DTM.NULL;
1276 org.apache.xml.dtm.DTM.ELEMENT_NODE);