/external/apache-xml/test/java/src/org/apache/qetest/dtm/ |
D | TestDTMTrav.java | 186 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 …]
|
D | TestDTMIter.java | 178 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 …]
|
D | TimeDTMIterDeep.java | 117 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
|
D | TimeDTMTravDeep.java | 118 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
|
D | TestDTM.java | 182 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
|
D | QeDtmUtils.java | 151 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()
|
D | TestDTMTraverser.java | 121 DTM dtm=manager.getDTM(source, true, stripper, false, true); in main() local 324 static void printNode(DTM dtm,int nodeHandle,String indent) in printNode()
|
D | TestDTMIterator.java | 109 DTM dtm=manager.getDTM(source, true, stripper, false, true); in main() local 301 static void printNode(DTM dtm, int nodeHandle, String indent) in printNode()
|
D | dtmWSStripper.java | 40 public short getShouldStripSpace(int elementHandle, DTM dtm) in getShouldStripSpace()
|
/external/apache-xml/src/main/java/org/apache/xalan/serialize/ |
D | SerializerUtils.java | 60 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/ |
D | DTMManagerDefault.java | 130 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()
|
D | DTMTreeWalker.java | 53 public void setDTM(DTM dtm) in setDTM() 91 public DTMTreeWalker(ContentHandler contentHandler, DTM dtm) in DTMTreeWalker() 245 DTM dtm = m_dtm; in startNode() local
|
D | DTMNamedNodeMap.java | 48 DTM dtm; field in DTMNamedNodeMap 62 public DTMNamedNodeMap(DTM dtm, int element) in DTMNamedNodeMap()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | XalanTransformState.java | 68 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/ |
D | Bugzilla2925.java | 119 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/ |
D | StepPattern.java | 334 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/ |
D | FunctionDef1Arg.java | 91 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsString() local 124 DTM dtm = xctxt.getDTM(currentNode); in getArg0AsNumber() local
|
D | FuncId.java | 66 DTM dtm = xctxt.getDTM(docContext); in getNodesByID() local 110 DTM dtm = xctxt.getDTM(context); in execute() local
|
D | FuncDoclocation.java | 53 DTM dtm = xctxt.getDTM(whereNode); in execute() local
|
D | FuncQname.java | 52 DTM dtm = xctxt.getDTM(context); in execute() local
|
D | FuncNamespace.java | 52 DTM dtm = xctxt.getDTM(context); in execute() local
|
D | FuncUnparsedEntityURI.java | 48 DTM dtm = xctxt.getDTM(context); in execute() local
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 87 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
|
D | TemplateList.java | 431 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/ |
D | DTMWSFilter.java | 54 public short getShouldStripSpace(int elementHandle, DTM dtm); in getShouldStripSpace()
|