Searched refs:getDTM (Results 1 - 25 of 51) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DNodeInfo.java54 SourceLocator locator = ((DTMNodeProxy)contextNode).getDTM()
78 SourceLocator locator = ((DTMNodeProxy)node).getDTM()
100 SourceLocator locator = ((DTMNodeProxy)contextNode).getDTM()
126 SourceLocator locator = ((DTMNodeProxy)node).getDTM()
153 SourceLocator locator = ((DTMNodeProxy)contextNode).getDTM()
184 SourceLocator locator = ((DTMNodeProxy)node).getDTM()
211 SourceLocator locator = ((DTMNodeProxy)contextNode).getDTM()
242 SourceLocator locator = ((DTMNodeProxy)node).getDTM()
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DDTMXRTreeFrag.java40 m_dtm = xctxt.getDTM(dtmIdentity);
48 final DTM getDTM(){return m_dtm;} method in class:DTMXRTreeFrag
H A DXRTreeFrag.java71 final DTM dtm = xctxt.getDTM(root);
183 m_xmlStr = m_DTMXRTreeFrag.getDTM().getStringValue(m_dtmRoot);
207 String str = m_DTMXRTreeFrag.getDTM().getStringValue(m_dtmRoot).toString();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeIterator.java142 return dtm_iter.getDTM(handle).getNode(handle);
168 return dtm_iter.getDTM(handle).getNode(handle);
186 return dtm_iter.getDTM(handle).getNode(handle);
H A DDTMNodeList.java116 return m_iter.getDTM(handle).getNode(handle);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java84 public DTM getDTM(int nodeHandle); method in interface:DTMIterator
H A DDTMManager.java198 public abstract DTM getDTM(javax.xml.transform.Source source, method in class:DTMManager
209 public abstract DTM getDTM(int nodeHandle); method in class:DTMManager
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/operations/
H A DVariableSafeAbsRef.java66 if(dtmMgr.getDTM(xns.getRoot()).getDocument() !=
67 dtmMgr.getDTM(context).getDocument())
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DXSLTCDTMManager.java149 public DTM getDTM(Source source, boolean unique, method in class:XSLTCDTMManager
153 return getDTM(source, unique, whiteSpaceFilter, incremental,
179 public DTM getDTM(Source source, boolean unique, method in class:XSLTCDTMManager
183 return getDTM(source, unique, whiteSpaceFilter, incremental,
211 public DTM getDTM(Source source, boolean unique, method in class:XSLTCDTMManager
216 return getDTM(source, unique, whiteSpaceFilter, incremental,
247 public DTM getDTM(Source source, boolean unique, method in class:XSLTCDTMManager
252 return getDTM(source, unique, whiteSpaceFilter, incremental,
286 public DTM getDTM(Source source, boolean unique, method in class:XSLTCDTMManager
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncLocalPart.java52 DTM dtm = xctxt.getDTM(context);
H A DFuncQname.java54 DTM dtm = xctxt.getDTM(context);
H A DFuncUnparsedEntityURI.java50 DTM dtm = xctxt.getDTM(context);
H A DFunctionDef1Arg.java93 DTM dtm = xctxt.getDTM(currentNode);
126 DTM dtm = xctxt.getDTM(currentNode);
H A DFuncId.java68 DTM dtm = xctxt.getDTM(docContext);
112 DTM dtm = xctxt.getDTM(context);
131 DTM ndtm = ni.getDTM(pos);
H A DFuncDoclocation.java55 DTM dtm = xctxt.getDTM(whereNode);
H A DFuncLang.java52 DTM dtm = xctxt.getDTM(parent);
H A DFuncNamespace.java54 DTM dtm = xctxt.getDTM(context);
H A DFuncNormalizeSpace.java77 DTM dtm = xctxt.getDTM(node);
H A DFuncSum.java57 DTM dtm = nodes.getDTM(pos);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DChildIterator.java73 DTM dtm = xctxt.getDTM(current);
H A DLocPathIterator.java178 public DTM getDTM(int nodeHandle) method in class:LocPathIterator
181 return m_execContext.getDTM(nodeHandle);
244 DTM dtm = clone.getDTM(node);
366 m_cdtm = xctxt.getDTM(context);
880 // m_cdtm = m_execContext.getDTM(n);
H A DAxesWalker.java222 m_dtm = xctxt.getDTM(root);
465 * Never, ever, access this value without going through getDTM(int node).
484 public DTM getDTM(int node) method in class:AxesWalker
487 return wi().getXPathContext().getDTM(node);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java157 public DTM getDTM(javax.xml.transform.Source source, boolean unique, method in class:XPathContext
162 return m_dtmManager.getDTM(source, unique, wsfilter,
173 public DTM getDTM(int nodeHandle) method in class:XPathContext
175 return m_dtmManager.getDTM(nodeHandle);
1092 return getDTM(context).getNode(context);
1136 DTM dtm = getDTM(nodeHandle);
1150 DTM dtm = getDTM(nodeHandle);
1203 m_global_rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false);
1237 rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(null,true,null,false,false);
1261 rtfdtm=(SAX2RTFDTM)m_dtmManager.getDTM(nul
[all...]
H A DNodeSetDTM.java355 public DTM getDTM(int nodeHandle) method in class:NodeSetDTM
358 return m_manager.getDTM(nodeHandle);
821 DTM dtm = support.getDTM(node);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DXSLTCSource.java131 idom = (SAXImpl)dtmManager.getDTM(source, true, wsfilter, false, false, hasIdCall);

Completed in 1663 milliseconds

123