Home
last modified time | relevance | path

Searched refs:node (Results 51 – 75 of 127) sorted by relevance

123456

/PHP-5.6/ext/dom/
H A Dphp_dom.h107 void node_list_unlink(xmlNodePtr node TSRMLS_DC);
109 xmlNsPtr dom_get_ns(xmlNodePtr node, char *uri, int *errorcode, char *prefix);
111 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName);
117 int dom_node_is_read_only(xmlNodePtr node);
118 int dom_node_children_valid(xmlNodePtr node);
136 if (__intern->ptr == NULL || !(__ptr = (__prtype)((php_libxml_node_ptr *)__intern->ptr)->node)) { \
H A Dnode.c972 node = newchild; in _php_dom_insert_fragment()
986 node = node->next; in _php_dom_insert_fragment()
1252 zval *id, *node; in PHP_FUNCTION() local
1303 zval *id, *node; in PHP_FUNCTION() local
1433 xmlNode *n, *node; in PHP_FUNCTION() local
1446 if (!node) { in PHP_FUNCTION()
1470 node->ns = ns; in PHP_FUNCTION()
1474 node->properties = xmlCopyPropList(node, n->properties); in PHP_FUNCTION()
1573 zval *id, *node; in PHP_FUNCTION() local
1794 ctxp->node = NULL; in dom_canonicalization()
[all …]
H A Dxml_common.h65 if (__intern->node == NULL || !(__ptr = (__prtype)__intern->node->node)) { \
H A Ddom_iterators.c35 xmlNode *node; member
52 if(priv->node == NULL) { in itemHashScanner()
53 priv->node = (xmlNode *)payload; in itemHashScanner()
93 iter->node = NULL; in php_dom_libxml_hash_iter()
95 nodep = iter->node; in php_dom_libxml_hash_iter()
171 xmlNodePtr curnode = (xmlNodePtr)((php_libxml_node_ptr *)intern->ptr)->node; in php_dom_iterator_current_key()
211 curnode = (xmlNodePtr)((php_libxml_node_ptr *)intern->ptr)->node; in php_dom_iterator_move_forward()
H A Dphp_dom.c113 switch (node->type) { in dom_node_is_read_only()
137 switch (node->type) { in dom_node_children_valid()
558 nodep = intern->node->node; in php_dom_export_node()
569 zval *node; in PHP_FUNCTION() local
1059 node = node->next; in node_list_unlink()
1179 xmlNodePtr node; in dom_objects_clone() local
1186 if (node != NULL) { in dom_objects_clone()
1187 cloned_node = xmlDocCopyNode(node, node->doc, 1); in dom_objects_clone()
1656 if (node == NULL) in dom_get_nsdecl()
1660 cur = node->nsDef; in dom_get_nsdecl()
[all …]
H A Ddomimplementation.c153 zval *node = NULL; in PHP_METHOD() local
163 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "|ssO", &uri, &uri_len, &name, &name_len, &node, dom_documenttype_c… in PHP_METHOD()
167 if (node != NULL) { in PHP_METHOD()
168 DOM_GET_OBJ(doctype, node, xmlDtdPtr, doctobj); in PHP_METHOD()
/PHP-5.6/ext/dom/tests/
H A DDOMNode_getNodePath_basic.phpt13 foreach($nodes as $node) {
14 var_dump($node->getNodePath());
H A DDOMNode_insertBefore_error3.phpt6 This test checks the error message is raised when refnode is the parent node
26 // getting the parent node as reference node to insert
H A Dbug37277.phpt12 $node = clone $dom1->documentElement;
15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
H A DDOMNode_C14N_basic.phpt25 $node = $doc->getElementsByTagName('title')->item(0);
26 var_dump($node->C14N());
H A DDOMNode_C14NFile_basic.phpt26 $node = $doc->getElementsByTagName('title')->item(0);
27 var_dump($node->C14NFile($output));
H A DDOMNode_replaceChild_basic.phpt2 Replacing a child node
14 // Replaces the child node oldChild with newChild in the list of children, and
15 // returns the oldChild node.
H A DDOMNode_insertBefore_error4.phpt6 This test checks the error message is raised when the refnode is a brand new node
26 // could be a brand new node
H A Ddom_xinclude.phpt23 foreach ($dom->documentElement->childNodes as $node) {
24 print $node->nodeName."\n";
H A DDOMNode_hasChildNodes.phpt24 echo "Remove node and save\n";
43 Remove node and save
H A Dbug28721.phpt7 function print_node(DomNode $node) {
8 echo "name (value): " . $node->nodeName . " (" . $node->nodeValue . ")\n";
11 function print_node_r(DomNode $node) {
14 print_node($node);
17 if ( $node->parentNode )
18 print_node($node->parentNode);
23 if ( $node->previousSibling )
24 print_node($node->previousSibling);
29 if ( $node->nextSibling )
30 print_node($node->nextSibling);
[all …]
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c275 nsparent = node->_private; in xsl_ext_function_php()
277 if (node->children) { in xsl_ext_function_php()
280 if (node->children) { in xsl_ext_function_php()
281 node = xmlNewDocNode(node->doc, NULL, (char *) node->children, node->name); in xsl_ext_function_php()
283 node = xmlNewDocNode(node->doc, NULL, "xmlns", node->name); in xsl_ext_function_php()
286 node->parent = nsparent; in xsl_ext_function_php()
287 node->ns = curns; in xsl_ext_function_php()
289 node = xmlDocCopyNodeList(domintern->document->ptr, node); in xsl_ext_function_php()
492 xmlNodePtr node = NULL; in php_xsl_apply_stylesheet() local
506 if (node) { in php_xsl_apply_stylesheet()
[all …]
/PHP-5.6/ext/simplexml/tests/
H A D018.phpt31 foreach($xml->children() as $name => $node) {
33 foreach($node->attributes() as $attr => $value) {
37 traverse_xml($pad." ",$node);
H A D026.phpt22 foreach($xml->children() as $node)
24 traverse_xml($node, $pad.' ');
H A D028.phpt20 foreach($xml->children() as $node)
22 traverse_xml($node, $pad.' ');
/PHP-5.6/ext/soap/
H A Dphp_encoding.c532 return node; in master_to_xml_int()
1325 node = node->next; in model_to_zval_any()
1368 node = node->next; in model_to_zval_any()
1382 if (node) { in model_to_zval_object()
1412 if (node && node->children && node->children->content) { in model_to_zval_object()
3478 while (node) { in xmlSearchNsPrefixByHref()
3495 cur = node->ns; in xmlSearchNsPrefixByHref()
3505 node = node->parent; in xmlSearchNsPrefixByHref()
3518 xmlns = xmlSearchNsByHref(node->doc, node, BAD_CAST(ns)); in encode_add_ns()
3520 xmlns = xmlSearchNsPrefixByHref(node->doc, node, BAD_CAST(ns)); in encode_add_ns()
[all …]
/PHP-5.6/ext/tidy/
H A Dtidy.c199 TidyNode node; member
871 switch(tidyNodeGetType(obj->node)) { in tidy_add_default_properties()
882 tempattr = tidyAttrFirst(obj->node); in tidy_add_default_properties()
901 tempnode = tidyGetChild(obj->node); in tidy_add_default_properties()
910 newobj->node = tempnode; in tidy_add_default_properties()
969 TidyNode node; in php_tidy_create_node() local
994 if (!node) { in php_tidy_create_node()
1002 newobj->node = node; in php_tidy_create_node()
1713 if (tidyGetChild(obj->node)) { in TIDY_NODE_METHOD()
1727 if (obj->node && tidyGetNext(obj->node)) { in TIDY_NODE_METHOD()
[all …]
/PHP-5.6/ext/interbase/
H A Dibase_events.c46 ibase_event **node; in _php_ibase_free_event() local
54 for (node = &event->link->event_head; *node != event; node = &(*node)->event_next); in _php_ibase_free_event()
55 *node = event->event_next; in _php_ibase_free_event()
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.h41 xml_element* DANDARPC_VALUE_to_xml_element(XMLRPC_VALUE node);
H A Dxml_to_soap.h41 xml_element* SOAP_VALUE_to_xml_element(XMLRPC_VALUE node);

Completed in 74 milliseconds

123456