Searched refs:domNamespaceURI (Results 1 – 5 of 5) sorted by relevance
/dports/www/tdom/tdom-0.9.1/generic/ |
H A D | domxpath.c | 2402 nodeUri = domNamespaceURI (node); in xpathNodeTest() 2410 nodeUri = domNamespaceURI (node); in xpathNodeTest() 2418 nodeUri = domNamespaceURI (node); in xpathNodeTest() 3615 rsSetString (result, domNamespaceURI(leftResult.nodes[0])); in xpathEvalFunction() 5290 nodeUri = domNamespaceURI (nodeToMatch); in xpathMatches() 5303 nodeUri = domNamespaceURI (nodeToMatch); in xpathMatches() 5335 nodeUri = domNamespaceURI (nodeToMatch); in xpathMatches() 5348 nodeUri = domNamespaceURI (nodeToMatch); in xpathMatches() 5372 nodeUri = domNamespaceURI (nodeToMatch); in xpathMatches()
|
H A D | dom.h | 792 const char * domNamespaceURI (domNode *node);
|
H A D | domxslt.c | 616 name = domNamespaceURI(node); in getTag() 3761 Tcl_DStringAppend (&dStr, domNamespaceURI (currentNode), in ExecAction() 4266 domNamespaceURI(currentNode) ); in ExecAction() 4321 domNamespaceURI (currentNode), 1); in ExecAction() 4864 actionNode->nodeName, domNamespaceURI(actionNode) );); in ExecAction() 4990 uri = domNamespaceURI((domNode*)attr); in ExecAction() 5109 Tcl_DStringAppend (&dStr, domNamespaceURI (currentNode), -1); in ApplyTemplate() 6631 if (strcmp (XSLT_NAMESPACE, domNamespaceURI (node))==0) { in processTopLevel()
|
H A D | tcldom.c | 861 && strcmp(uri, domNamespaceURI (node)) == 0) in tcldom_getElementsByTagName() 864 || strcmp ("", domNamespaceURI (node))==0)) ) in tcldom_getElementsByTagName() 2955 Tcl_DStringAppend (&dStr, domNamespaceURI(node), -1); in tcldom_treeAsXML() 3626 Tcl_DStringAppend (&dStr, domNamespaceURI(node), -1); in serializeAsXML() 4648 domNamespaceURI((domNode*)attrs), -1 in tcldom_NodeObjCmd() 5214 nsStr = domNamespaceURI(node); in tcldom_NodeObjCmd()
|
H A D | dom.c | 888 domNamespaceURI ( in domNamespaceURI() function
|