Searched refs:nodeMap (Results 1 – 9 of 9) sorted by relevance
62 NamedNodeMap nodeMap; in runTest() local67 nodeMap = docType.getEntities(); in runTest()68 assertNotNull("entitiesNotNull", nodeMap); in runTest()69 newNode = nodeMap.getNamedItem("ent1"); in runTest()
63 NamedNodeMap nodeMap; in runTest() local67 nodeMap = docType.getNotations(); in runTest()68 assertNotNull("notationsNotNull", nodeMap); in runTest()69 newNode = nodeMap.getNamedItem("notation1"); in runTest()
66 NamedNodeMap nodeMap; in runTest() local74 nodeMap = docType.getNotations(); in runTest()75 assertNotNull("notationsNotNull", nodeMap); in runTest()76 newNode = nodeMap.getNamedItem("notation1"); in runTest()
65 NamedNodeMap nodeMap; in runTest() local74 nodeMap = docType.getEntities(); in runTest()75 assertNotNull("entitiesNotNull", nodeMap); in runTest()76 newNode = nodeMap.getNamedItem("alpha"); in runTest()
81 NamedNodeMap nodeMap; in runTest() local96 nodeMap = docType.getEntities(); in runTest()97 assertNotNull("entitiesNotNull", nodeMap); in runTest()98 entity2 = (Entity) nodeMap.getNamedItem("ent2"); in runTest()99 entity6 = (Entity) nodeMap.getNamedItem("ent6"); in runTest()
81 NamedNodeMap nodeMap; in runTest() local102 nodeMap = docType.getNotations(); in runTest()103 assertNotNull("notationsNotNull", nodeMap); in runTest()104 notation1 = (Notation) nodeMap.getNamedItem("notation1"); in runTest()105 notation2 = (Notation) nodeMap.getNamedItem("notation2"); in runTest()
80 NamedNodeMap nodeMap; in runTest() local87 nodeMap = element.getAttributes(); in runTest()89 attr = (Attr) nodeMap.getNamedItemNS(nullNS, "street"); in runTest()
84 NamedNodeMap nodeMap; in runTest() local101 nodeMap = docType.getEntities(); in runTest()102 entity4 = (Entity) nodeMap.getNamedItem("ent4"); in runTest()
112 NamedNodeMap nodeMap; in testGetOwnerElement5() local119 nodeMap = element.getAttributes(); in testGetOwnerElement5()121 attr = (Attr) nodeMap.getNamedItemNS(nullNS, "street"); in testGetOwnerElement5()