Searched refs:nTest (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c5788 char step[200], *nTest; local
5836 case TEXT_NODE: nTest = "text()"; break;
5837 case COMMENT_NODE: nTest = "comment()"; break;
5838 case PROCESSING_INSTRUCTION_NODE: nTest = "processing-instruction()"; break;
5839 default: nTest = "unknownNodeType()";
5842 sprintf(step, "/%s", nTest);
5844 sprintf(step, "/%s[%d]", nTest, nodeIndex);

Completed in 102 milliseconds