Home
last modified time | relevance | path

Searched defs:dtm (Results 1 – 25 of 67) sorted by relevance

123

/external/apache-xml/test/java/src/org/apache/qetest/dtm/
DTestDTMTrav.java186 DTM dtm = generateDTM(); in testCase1() local
232 DTM dtm = generateDTM(); in testCase2() local
267 DTM dtm = generateDTM(); in testCase3() local
302 DTM dtm = generateDTM(); in testCase4() local
336 DTM dtm = generateDTM(); in testCase5() local
371 DTM dtm = generateDTM(); in testCase6() local
406 DTM dtm = generateDTM(); in testCase7() local
442 DTM dtm = generateDTM(); in testCase8() local
476 DTM dtm = generateDTM(); in testCase9() local
511 DTM dtm = generateDTM(); in testCase10() local
[all …]
DTestDTMIter.java178 DTM dtm = generateDTM(); in testCase1() local
228 DTM dtm = generateDTM(); in testCase2() local
266 DTM dtm = generateDTM(); in testCase3() local
304 DTM dtm = generateDTM(); in testCase4() local
342 DTM dtm = generateDTM(); in testCase5() local
381 DTM dtm = generateDTM(); in testCase6() local
418 DTM dtm = generateDTM(); in testCase7() local
455 DTM dtm = generateDTM(); in testCase8() local
495 DTM dtm = generateDTM(); in testCase9() local
532 DTM dtm = generateDTM(); in testCase10() local
[all …]
DTimeDTMIterDeep.java117 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase1() local
151 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase2() local
187 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase3() local
215 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase4() local
DTimeDTMTravDeep.java118 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase1() local
152 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase2() local
188 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase3() local
216 DTM dtm = QeDtmUtils.createDTM(0, QeDtmUtils.deepFile, buf); in testCase4() local
DTestDTM.java182 DTM dtm = generateDTM(); in testCase1() local
214 void recursiveDumpNode(DTM dtm, int nodeHandle, StringBuffer buf) in recursiveDumpNode()
250 String getNodeInfo(DTM dtm, int nodeHandle, String indent) in getNodeInfo()
310 DTM dtm=manager.getDTM(source, true, stripper, false, true); in generateDTM() local
DQeDtmUtils.java151 DTM dtm=manager.getDTM(source, true, stripper, false, true); in createDTM() local
172 public static void timeAxisIterator(DTM dtm, int axis, int context, int[] rtdata) in timeAxisIterator()
203 static void timeAxisTraverser(DTM dtm, int axis, int context, int[] rtdata) in timeAxisTraverser()
235 public static String getNodeInfo(DTM dtm, int nodeHandle, String indent) in getNodeInfo()
DTestDTMTraverser.java121 DTM dtm=manager.getDTM(source, true, stripper, false, true); in main() local
324 static void printNode(DTM dtm,int nodeHandle,String indent) in printNode()
DTestDTMIterator.java109 DTM dtm=manager.getDTM(source, true, stripper, false, true); in main() local
301 static void printNode(DTM dtm, int nodeHandle, String indent) in printNode()
DdtmWSStripper.java40 public short getShouldStripSpace(int elementHandle, DTM dtm) in getShouldStripSpace()
/external/apache-xml/src/main/java/org/apache/xalan/serialize/
DSerializerUtils.java60 DTM dtm = transformer.getXPathContext().getDTM(attr); in addAttribute() local
99 DTM dtm = transformer.getXPathContext().getDTM(src); in addAttributes() local
126 DTM dtm = support.getDTM(doc); in outputResultTreeFragment() local
162 DTM dtm) in processNSDecls()
219 DTM dtm) in isDefinedNSDecl()
250 DTM dtm, in ensureNamespaceDeclDeclared()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMManagerDefault.java130 synchronized public void addDTM(DTM dtm, int id) { addDTM(dtm,id,0); } in addDTM()
143 synchronized public void addDTM(DTM dtm, int id, int offset) in addDTM()
253 DOM2DTM dtm = new DOM2DTM(this, (DOMSource) source, documentID, in getDTM() local
274 SAX2DTM dtm; in getDTM() local
559 DOM2DTM dtm = (DOM2DTM) getDTM(new javax.xml.transform.dom.DOMSource(root), in getDTMHandleFromNode() local
669 synchronized public int getDTMIdentity(DTM dtm) in getDTMIdentity()
710 synchronized public boolean release(DTM dtm, boolean shouldHardDelete) in release()
855 public ExpandedNameTable getExpandedNameTable(DTM dtm) in getExpandedNameTable()
DDTMTreeWalker.java53 public void setDTM(DTM dtm) in setDTM()
91 public DTMTreeWalker(ContentHandler contentHandler, DTM dtm) in DTMTreeWalker()
245 DTM dtm = m_dtm; in startNode() local
DDTMNamedNodeMap.java48 DTM dtm; field in DTMNamedNodeMap
62 public DTMNamedNodeMap(DTM dtm, int element) in DTMNamedNodeMap()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DXalanTransformState.java68 DTM dtm = m_transformer.getXPathContext().getDTM(currentNodeHandle); in resetState() local
92 DTM dtm = m_transformer.getXPathContext().getDTM(m_transformer.getCurrentNode()); in getCurrentNode() local
123 DTM dtm = m_transformer.getXPathContext().getDTM(m_matchedNode); in getMatchedNode() local
126 DTM dtm = m_transformer.getXPathContext().getDTM(m_transformer.getMatchedNode()); in getMatchedNode() local
/external/apache-xml/test/tests/bugzilla/
DBugzilla2925.java119 DTM dtm = dtmMgr.getDTM(new StreamSource(relativeURI), true, null, false, true); in dtmTest() local
132 DTM dtm = dtmMgr.getDTM(new StreamSource(relativeURI), true, null, false, true); in DTMAxisIteratorTest() local
150 DTM dtm = dtmMgr.getDTM(new StreamSource(relativeURI), true, null, false, true); in DTMIteratorTest() local
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DStepPattern.java334 DTM dtm = xctxt.getDTM(currentNode); in execute() local
382 XPathContext xctxt, int currentNode, DTM dtm, int expType) in execute()
429 int predPos, DTM dtm, int context, int pos) in checkProximityPosition()
529 DTM dtm = xctxt.getDTM(context); in getProximityPosition() local
665 XPathContext xctxt, DTM dtm, int currentNode) in executeRelativePathPattern()
709 XPathContext xctxt, DTM dtm, int currentNode) in executePredicates()
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFunctionDef1Arg.java91 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsString() local
124 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsNumber() local
DFuncId.java66 DTM dtm = xctxt.getDTM(docContext); in getNodesByID() local
110 DTM dtm = xctxt.getDTM(context); in execute() local
DFuncDoclocation.java53 DTM dtm = xctxt.getDTM(whereNode); in execute() local
DFuncQname.java52 DTM dtm = xctxt.getDTM(context); in execute() local
DFuncNamespace.java52 DTM dtm = xctxt.getDTM(context); in execute() local
DFuncUnparsedEntityURI.java48 DTM dtm = xctxt.getDTM(context); in execute() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java87 DTM dtm; field in ElemNumber.MyPrefixResolver
95 …public MyPrefixResolver(Node xpathExpressionContext, DTM dtm, int handle, boolean handleNullPrefix… in MyPrefixResolver()
615 DTM dtm = xctxt.getDTM(context); in findAncestor() local
665 DTM dtm = xctxt.getDTM(context); in findPrecedingOrAncestorOrSelf() local
723 DTM dtm = support.getDTM(contextNode); in getCountMatchPattern() local
857 DTM dtm = xctxt.getDTM(pos); in getPreviousNode() local
984 DTM dtm = xctxt.getDTM(node); in getMatchingAncestors() local
DTemplateList.java431 int targetNode, DTM dtm) in getHead()
498 DTM dtm) in getTemplateFast()
597 DTM dtm) in getTemplate()
662 DTM dtm) in getTemplate()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMWSFilter.java54 public short getShouldStripSpace(int elementHandle, DTM dtm); in getShouldStripSpace()

123