Home
last modified time | relevance | path

Searched refs:getDTM (Results 1 – 25 of 53) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DXalanTransformState.java68 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/xml/dtm/ref/
DDTMNodeIterator.java140 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()
DDTMManagerDefault.java236 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/
DXPathContext.java153 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()
DNodeSetDTM.java353 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()
DSourceTreeManager.java310 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/xpath/functions/
DFuncId.java66 DTM dtm = xctxt.getDTM(docContext); in getNodesByID()
110 DTM dtm = xctxt.getDTM(context); in execute()
129 DTM ndtm = ni.getDTM(pos); in execute()
DFunctionDef1Arg.java91 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsString()
124 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsNumber()
DFuncUnparsedEntityURI.java48 DTM dtm = xctxt.getDTM(context); in execute()
DFuncQname.java52 DTM dtm = xctxt.getDTM(context); in execute()
DFuncLocalPart.java50 DTM dtm = xctxt.getDTM(context); in execute()
DFuncDoclocation.java53 DTM dtm = xctxt.getDTM(whereNode); in execute()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DDTMXRTreeFrag.java38 m_dtm = xctxt.getDTM(dtmIdentity); in DTMXRTreeFrag()
46 final DTM getDTM(){return m_dtm;} in getDTM() method in DTMXRTreeFrag
DXRTreeFrag.java69 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()
DXNodeSet.java150 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/
DVariableSafeAbsRef.java64 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/
DSerializerUtils.java60 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/
DFuncDocument.java76 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()
DElemApplyTemplates.java230 DTM dtm = xctxt.getDTM(sourceNode); in transformSelectedNodes()
266 if(xctxt.getDTM(child) != dtm) in transformSelectedNodes()
268 dtm = xctxt.getDTM(child); in transformSelectedNodes()
DFuncKey.java63 DTM dtm = xctxt.getDTM(context); in execute()
98 dtm = xctxt.getDTM(pos); in execute()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DLocPathIterator.java176 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()
DAxesWalker.java220 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()
DNodeSequence.java220 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/
DDTMManager.java183 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
DDTMIterator.java82 public DTM getDTM(int nodeHandle); in getDTM() method

123