Home | History | Annotate | Download | only in functions

Lines Matching defs:dtm

23 import org.apache.xml.dtm.DTM;
51 if (DTM.NULL != whereNode)
53 DTM dtm = xctxt.getDTM(whereNode);
56 if (DTM.DOCUMENT_FRAGMENT_NODE == dtm.getNodeType(whereNode))
58 whereNode = dtm.getFirstChild(whereNode);
61 if (DTM.NULL != whereNode)
63 fileLocation = dtm.getDocumentBaseURI();
64 // int owner = dtm.getDocument();