/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | XalanTransformState.java | 68 DTM dtm = m_transformer.getXPathContext().getDTM(currentNodeHandle); in resetState() 92 DTM dtm = m_transformer.getXPathContext().getDTM(m_transformer.getCurrentNode()); in getCurrentNode() 123 DTM dtm = m_transformer.getXPathContext().getDTM(m_matchedNode); in getMatchedNode() 126 DTM dtm = m_transformer.getXPathContext().getDTM(m_transformer.getMatchedNode()); in getMatchedNode()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathContext.java | 153 public DTM getDTM(javax.xml.transform.Source source, boolean unique, in getDTM() method in XPathContext 158 return m_dtmManager.getDTM(source, unique, wsfilter, in getDTM() 169 public DTM getDTM(int nodeHandle) in getDTM() method in XPathContext 171 return m_dtmManager.getDTM(nodeHandle); in getDTM() 1102 return getDTM(context).getNode(context); in getContextNode() 1133 DTM dtm = getDTM(nodeHandle); in toNumber() 1147 DTM dtm = getDTM(nodeHandle); in toString() 1200 m_global_rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false); in getGlobalRTFDTM() 1234 rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false); in getRTFDTM() 1258 rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false); in getRTFDTM()
|
D | NodeSetDTM.java | 353 public DTM getDTM(int nodeHandle) in getDTM() method in NodeSetDTM 356 return m_manager.getDTM(nodeHandle); in getDTM() 819 DTM dtm = support.getDTM(node); in addNodeInDocOrder()
|
D | SourceTreeManager.java | 310 dtm = xctxt.getDTM(source, false, in parseToNode() 315 dtm = xctxt.getDTM(source, false, null, false, true); in parseToNode()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeIterator.java | 140 return dtm_iter.getDTM(handle).getNode(handle); in getRoot() 166 return dtm_iter.getDTM(handle).getNode(handle); in nextNode() 184 return dtm_iter.getDTM(handle).getNode(handle); in previousNode()
|
D | DTMManagerDefault.java | 236 synchronized public DTM getDTM(Source source, boolean unique, in getDTM() method in DTMManagerDefault 559 DOM2DTM dtm = (DOM2DTM) getDTM(new javax.xml.transform.dom.DOMSource(root), in getDTMHandleFromNode() 643 synchronized public DTM getDTM(int nodeHandle) in getDTM() method in DTMManagerDefault 774 return getDTM(new DOMSource(df), true, null, false, false); in createDocumentFragment()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncId.java | 66 DTM dtm = xctxt.getDTM(docContext); in getNodesByID() 110 DTM dtm = xctxt.getDTM(context); in execute() 129 DTM ndtm = ni.getDTM(pos); in execute()
|
D | FunctionDef1Arg.java | 91 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsString() 124 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsNumber()
|
D | FuncUnparsedEntityURI.java | 48 DTM dtm = xctxt.getDTM(context); in execute()
|
D | FuncQname.java | 52 DTM dtm = xctxt.getDTM(context); in execute()
|
D | FuncLocalPart.java | 50 DTM dtm = xctxt.getDTM(context); in execute()
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | DTMXRTreeFrag.java | 38 m_dtm = xctxt.getDTM(dtmIdentity); in DTMXRTreeFrag() 46 final DTM getDTM(){return m_dtm;} in getDTM() method in DTMXRTreeFrag
|
D | XRTreeFrag.java | 69 final DTM dtm = xctxt.getDTM(root); in initDTM() 181 m_xmlStr = m_DTMXRTreeFrag.getDTM().getStringValue(m_dtmRoot); in xstr() 205 String str = m_DTMXRTreeFrag.getDTM().getStringValue(m_dtmRoot).toString(); in str()
|
D | XNodeSet.java | 150 XMLString xstr = m_dtmMgr.getDTM(n).getStringValue(n); in getNumberFromNode() 217 return m_dtmMgr.getDTM(n).getStringValue(n); in getStringFromNode() 243 m_dtmMgr.getDTM(node).dispatchCharactersEvents(node, ch, false); in dispatchCharactersEvents()
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
D | VariableSafeAbsRef.java | 64 if(dtmMgr.getDTM(xns.getRoot()).getDocument() != in execute() 65 dtmMgr.getDTM(context).getDocument()) in execute()
|
/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
D | SerializerUtils.java | 60 DTM dtm = transformer.getXPathContext().getDTM(attr); in addAttribute() 99 DTM dtm = transformer.getXPathContext().getDTM(src); in addAttributes() 126 DTM dtm = support.getDTM(doc); in outputResultTreeFragment()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | FuncDocument.java | 76 DTM dtm = xctxt.getDTM(context); in execute() 106 DTM baseDTM = xctxt.getDTM(baseNode); in execute() 153 ? xctxt.getDTM(pos).getStringValue(pos) : arg.xstr(); in execute() 165 DTM baseDTM = xctxt.getDTM(pos); in execute()
|
D | ElemApplyTemplates.java | 230 DTM dtm = xctxt.getDTM(sourceNode); in transformSelectedNodes() 266 if(xctxt.getDTM(child) != dtm) in transformSelectedNodes() 268 dtm = xctxt.getDTM(child); in transformSelectedNodes()
|
D | FuncKey.java | 63 DTM dtm = xctxt.getDTM(context); in execute() 98 dtm = xctxt.getDTM(pos); in execute()
|
D | ElemForEach.java | 358 DTM dtm = xctxt.getDTM(sourceNode); in transformSelectedNodes() 369 dtm = xctxt.getDTM(child); in transformSelectedNodes()
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | LocPathIterator.java | 176 public DTM getDTM(int nodeHandle) in getDTM() method in LocPathIterator 179 return m_execContext.getDTM(nodeHandle); in getDTM() 242 DTM dtm = clone.getDTM(node); in executeCharsToContentHandler() 364 m_cdtm = xctxt.getDTM(context); in setRoot()
|
D | AxesWalker.java | 220 m_dtm = xctxt.getDTM(root); in setRoot() 482 public DTM getDTM(int node) in getDTM() method in AxesWalker 485 return wi().getXPathContext().getDTM(node); in getDTM()
|
D | NodeSequence.java | 220 public DTM getDTM(int nodeHandle) in getDTM() method in NodeSequence 224 return getDTMManager().getDTM(nodeHandle); in getDTM() 745 DTM dtm = m_dtmMgr.getDTM(node); in addNodeInDocOrder()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMManager.java | 183 public abstract DTM getDTM(javax.xml.transform.Source source, in getDTM() method in DTMManager 194 public abstract DTM getDTM(int nodeHandle); in getDTM() method in DTMManager
|
D | DTMIterator.java | 82 public DTM getDTM(int nodeHandle); in getDTM() method
|