Searched refs:textImport (Results 1 – 2 of 2) sorted by relevance
78 Node textImport; in runTest() local84 textImport = doc.importNode(textToImport, true); in runTest()85 nodeValue = textImport.getNodeValue(); in runTest()
361 Node textImport; in testImportNode15() local368 textImport = doc.importNode(textToImport, true); in testImportNode15()369 nodeValue = textImport.getNodeValue(); in testImportNode15()