From 32027aa0a99ed2dea08647d54bc917687f5b4f6d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 12 Nov 2004 12:26:57 +0000 Subject: [PATCH] Change "object" to specific objects git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172543 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../dom/functions/dom-domdocument-createattribute.xml | 4 ++-- .../functions/dom-domdocument-createattributens.xml | 4 ++-- .../functions/dom-domdocument-createcdatasection.xml | 4 ++-- .../dom/functions/dom-domdocument-createcomment.xml | 4 ++-- .../dom-domdocument-createdocumentfragment.xml | 4 ++-- .../dom/functions/dom-domdocument-createelement.xml | 4 ++-- .../dom/functions/dom-domdocument-createelementns.xml | 4 ++-- .../dom-domdocument-createentityreference.xml | 4 ++-- .../dom-domdocument-createprocessinginstruction.xml | 4 ++-- .../dom/functions/dom-domdocument-createtextnode.xml | 4 ++-- .../dom/functions/dom-domdocument-getelementbyid.xml | 4 ++-- .../functions/dom-domdocument-getelementsbytagname.xml | 4 ++-- .../dom-domdocument-getelementsbytagnamens.xml | 4 ++-- reference/dom/functions/dom-domdocument-importnode.xml | 6 +++--- reference/dom/functions/dom-domdocument-saveXML.xml | 4 ++-- .../dom/functions/dom-domelement-getattributenode.xml | 6 +++--- .../functions/dom-domelement-getattributenodens.xml | 4 ++-- .../functions/dom-domelement-getelementsbytagname.xml | 4 ++-- .../dom-domelement-getelementsbytagnamens.xml | 4 ++-- .../functions/dom-domelement-removeattributenode.xml | 4 ++-- .../dom/functions/dom-domelement-setattributenode.xml | 4 ++-- .../functions/dom-domelement-setattributenodens.xml | 4 ++-- .../functions/dom-domimplementation-createdocument.xml | 6 +++--- .../dom-domimplementation-createdocumenttype.xml | 4 ++-- .../dom/functions/dom-domnamednodemap-getnameditem.xml | 4 ++-- .../functions/dom-domnamednodemap-getnameditemns.xml | 4 ++-- reference/dom/functions/dom-domnamednodemap-item.xml | 4 ++-- reference/dom/functions/dom-domnode-appendchild.xml | 6 +++--- reference/dom/functions/dom-domnode-clonenode.xml | 4 ++-- reference/dom/functions/dom-domnode-insertbefore.xml | 8 ++++---- reference/dom/functions/dom-domnode-issamenode.xml | 4 ++-- reference/dom/functions/dom-domnode-removechild.xml | 6 +++--- reference/dom/functions/dom-domnode-replacechild.xml | 8 ++++---- reference/dom/functions/dom-domnodelist-item.xml | 6 +++--- reference/dom/functions/dom-domtext-splittext.xml | 4 ++-- reference/dom/functions/dom-domxpath-query.xml | 10 +++++----- reference/dom/functions/dom-import-simplexml.xml | 8 ++++---- .../functions/simplexml-element-attributes.xml | 4 ++-- .../simplexml/functions/simplexml-element-children.xml | 4 ++-- reference/simplexml/functions/simplexml-import-dom.xml | 6 +++--- reference/simplexml/functions/simplexml-load-file.xml | 4 ++-- .../simplexml/functions/simplexml-load-string.xml | 4 ++-- 42 files changed, 100 insertions(+), 100 deletions(-) diff --git a/reference/dom/functions/dom-domdocument-createattribute.xml b/reference/dom/functions/dom-domdocument-createattribute.xml index 3800f7b3ba..92fc597169 100644 --- a/reference/dom/functions/dom-domdocument-createattribute.xml +++ b/reference/dom/functions/dom-domdocument-createattribute.xml @@ -1,5 +1,5 @@ - + DOMDocument->createAttribute @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createAttribute + DOMAttrDOMDocument->createAttribute stringname diff --git a/reference/dom/functions/dom-domdocument-createattributens.xml b/reference/dom/functions/dom-domdocument-createattributens.xml index 439f30b477..3883004143 100644 --- a/reference/dom/functions/dom-domdocument-createattributens.xml +++ b/reference/dom/functions/dom-domdocument-createattributens.xml @@ -1,5 +1,5 @@ - + DOMDocument->createAttributeNS @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMDocument->createAttributeNS + DOMAttrDOMDocument->createAttributeNS stringnamespaceURI stringqualifiedName diff --git a/reference/dom/functions/dom-domdocument-createcdatasection.xml b/reference/dom/functions/dom-domdocument-createcdatasection.xml index e7ad505f5e..8792305feb 100644 --- a/reference/dom/functions/dom-domdocument-createcdatasection.xml +++ b/reference/dom/functions/dom-domdocument-createcdatasection.xml @@ -1,5 +1,5 @@ - + DOMDocument->createCDATASection @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createCDATASection + DOMCDATASectionDOMDocument->createCDATASection stringdata diff --git a/reference/dom/functions/dom-domdocument-createcomment.xml b/reference/dom/functions/dom-domdocument-createcomment.xml index 308ff1682c..d3aee50628 100644 --- a/reference/dom/functions/dom-domdocument-createcomment.xml +++ b/reference/dom/functions/dom-domdocument-createcomment.xml @@ -1,5 +1,5 @@ - + DOMDocument->createComment @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createComment + DOMCommentDOMDocument->createComment stringdata diff --git a/reference/dom/functions/dom-domdocument-createdocumentfragment.xml b/reference/dom/functions/dom-domdocument-createdocumentfragment.xml index e312c1cb08..230d9616c5 100644 --- a/reference/dom/functions/dom-domdocument-createdocumentfragment.xml +++ b/reference/dom/functions/dom-domdocument-createdocumentfragment.xml @@ -1,5 +1,5 @@ - + DOMDocument->createDocumentFragment @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createDocumentFragment + DOMDocumentFragmentDOMDocument->createDocumentFragment diff --git a/reference/dom/functions/dom-domdocument-createelement.xml b/reference/dom/functions/dom-domdocument-createelement.xml index a02c0e28f9..753dd96b17 100644 --- a/reference/dom/functions/dom-domdocument-createelement.xml +++ b/reference/dom/functions/dom-domdocument-createelement.xml @@ -1,5 +1,5 @@ - + DOMDocument->createElement @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createElement + DOMElementDOMDocument->createElement stringname stringvalue diff --git a/reference/dom/functions/dom-domdocument-createelementns.xml b/reference/dom/functions/dom-domdocument-createelementns.xml index e2fb8b79a0..7ee649d7cc 100644 --- a/reference/dom/functions/dom-domdocument-createelementns.xml +++ b/reference/dom/functions/dom-domdocument-createelementns.xml @@ -1,5 +1,5 @@ - + DOMDocument->createElementNS @@ -10,7 +10,7 @@ &reftitle.description; - objectDomDocument->createElementNS + DOMElementDomDocument->createElementNS stringnamespaceURI stringqualifiedName diff --git a/reference/dom/functions/dom-domdocument-createentityreference.xml b/reference/dom/functions/dom-domdocument-createentityreference.xml index cbbcbe1b29..af7a6a5f22 100644 --- a/reference/dom/functions/dom-domdocument-createentityreference.xml +++ b/reference/dom/functions/dom-domdocument-createentityreference.xml @@ -1,5 +1,5 @@ - + DOMDocument->createEntityReference @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createEntityReference + DOMEntityReferenceDOMDocument->createEntityReference stringname diff --git a/reference/dom/functions/dom-domdocument-createprocessinginstruction.xml b/reference/dom/functions/dom-domdocument-createprocessinginstruction.xml index bcb7334fb0..2452a521a7 100644 --- a/reference/dom/functions/dom-domdocument-createprocessinginstruction.xml +++ b/reference/dom/functions/dom-domdocument-createprocessinginstruction.xml @@ -1,5 +1,5 @@ - + DOMDocument->createProcessingInstruction @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createProcessingInstruction + DOMProcessingInstructionDOMDocument->createProcessingInstruction stringtarget stringdata diff --git a/reference/dom/functions/dom-domdocument-createtextnode.xml b/reference/dom/functions/dom-domdocument-createtextnode.xml index 99ae55c206..d11179b54c 100644 --- a/reference/dom/functions/dom-domdocument-createtextnode.xml +++ b/reference/dom/functions/dom-domdocument-createtextnode.xml @@ -1,5 +1,5 @@ - + DOMDocument->createTextNode @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->createTextNode + DOMTextDOMDocument->createTextNode stringcontent diff --git a/reference/dom/functions/dom-domdocument-getelementbyid.xml b/reference/dom/functions/dom-domdocument-getelementbyid.xml index 2af0acea72..c5e62f6727 100644 --- a/reference/dom/functions/dom-domdocument-getelementbyid.xml +++ b/reference/dom/functions/dom-domdocument-getelementbyid.xml @@ -1,5 +1,5 @@ - + DOMDocument->getElementById @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->getElementById + DOMElementDOMDocument->getElementById stringelementId diff --git a/reference/dom/functions/dom-domdocument-getelementsbytagname.xml b/reference/dom/functions/dom-domdocument-getelementsbytagname.xml index c3f83b91c4..d1e26cdb48 100644 --- a/reference/dom/functions/dom-domdocument-getelementsbytagname.xml +++ b/reference/dom/functions/dom-domdocument-getelementsbytagname.xml @@ -1,5 +1,5 @@ - + DOMDocument->getElementsByTagName @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMDocument->getElementsByTagName + DOMNodeListDOMDocument->getElementsByTagName stringname diff --git a/reference/dom/functions/dom-domdocument-getelementsbytagnamens.xml b/reference/dom/functions/dom-domdocument-getelementsbytagnamens.xml index 2ed6fb4b7e..639d038bfc 100644 --- a/reference/dom/functions/dom-domdocument-getelementsbytagnamens.xml +++ b/reference/dom/functions/dom-domdocument-getelementsbytagnamens.xml @@ -1,5 +1,5 @@ - + DOMDocument->getElementsByTagNameNS @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMDocument->getElementsByTagNameNS + DOMNodeListDOMDocument->getElementsByTagNameNS stringnamespaceURI stringlocalName diff --git a/reference/dom/functions/dom-domdocument-importnode.xml b/reference/dom/functions/dom-domdocument-importnode.xml index fb478eec6c..9a666d203a 100644 --- a/reference/dom/functions/dom-domdocument-importnode.xml +++ b/reference/dom/functions/dom-domdocument-importnode.xml @@ -1,5 +1,5 @@ - + DOMDocument->importNode @@ -8,8 +8,8 @@ &reftitle.description; - objectDOMDocument->importNode - objectimportedNode + DOMNodeDOMDocument->importNode + DOMNodeimportedNode booldeep diff --git a/reference/dom/functions/dom-domdocument-saveXML.xml b/reference/dom/functions/dom-domdocument-saveXML.xml index 6642a62e8e..8723938502 100644 --- a/reference/dom/functions/dom-domdocument-saveXML.xml +++ b/reference/dom/functions/dom-domdocument-saveXML.xml @@ -1,5 +1,5 @@ - + DOMDocument->saveXML @@ -9,7 +9,7 @@ &reftitle.description; stringDOMDocument->saveXML - objectnode + DOMNodenode Creates an XML document from the dom representation. This function is diff --git a/reference/dom/functions/dom-domelement-getattributenode.xml b/reference/dom/functions/dom-domelement-getattributenode.xml index 44685665fb..92d040b221 100644 --- a/reference/dom/functions/dom-domelement-getattributenode.xml +++ b/reference/dom/functions/dom-domelement-getattributenode.xml @@ -1,5 +1,5 @@ - + DOMElement->getAttributeNode @@ -8,8 +8,8 @@ &reftitle.description; - objectDOMElement->getAttributeNode - objectname + DOMAttrDOMElement->getAttributeNode + stringname Returns the attribute node with name name for the diff --git a/reference/dom/functions/dom-domelement-getattributenodens.xml b/reference/dom/functions/dom-domelement-getattributenodens.xml index e61be14a4d..e9a03aa937 100644 --- a/reference/dom/functions/dom-domelement-getattributenodens.xml +++ b/reference/dom/functions/dom-domelement-getattributenodens.xml @@ -1,5 +1,5 @@ - + DOMElement->getAttributeNodeNS @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMElement->getAttributeNodeNS + DOMAttrDOMElement->getAttributeNodeNS stringnamespaceURI stringlocalName diff --git a/reference/dom/functions/dom-domelement-getelementsbytagname.xml b/reference/dom/functions/dom-domelement-getelementsbytagname.xml index 84b1b1e0e9..fcaefbbb33 100644 --- a/reference/dom/functions/dom-domelement-getelementsbytagname.xml +++ b/reference/dom/functions/dom-domelement-getelementsbytagname.xml @@ -1,5 +1,5 @@ - + DOMElement->getElementsByTagName @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMElement->getElementsByTagName + DOMNodeListDOMElement->getElementsByTagName stringname diff --git a/reference/dom/functions/dom-domelement-getelementsbytagnamens.xml b/reference/dom/functions/dom-domelement-getelementsbytagnamens.xml index 96ebc78499..d36dac6d01 100644 --- a/reference/dom/functions/dom-domelement-getelementsbytagnamens.xml +++ b/reference/dom/functions/dom-domelement-getelementsbytagnamens.xml @@ -1,5 +1,5 @@ - + DOMElement->getElementsByTagNameNS @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMElement->getElementsByTagNameNS + DOMNodeListDOMElement->getElementsByTagNameNS stringnamespaceURI stringlocalName diff --git a/reference/dom/functions/dom-domelement-removeattributenode.xml b/reference/dom/functions/dom-domelement-removeattributenode.xml index f8402b3d49..8572f4822c 100644 --- a/reference/dom/functions/dom-domelement-removeattributenode.xml +++ b/reference/dom/functions/dom-domelement-removeattributenode.xml @@ -1,5 +1,5 @@ - + DOMElement->removeAttributeNode @@ -9,7 +9,7 @@ &reftitle.description; boolDOMElement->removeAttributeNode - objectoldnode + DOMAttroldnode Removes attribute oldnode from the element. diff --git a/reference/dom/functions/dom-domelement-setattributenode.xml b/reference/dom/functions/dom-domelement-setattributenode.xml index 8dec0115aa..3599beb507 100644 --- a/reference/dom/functions/dom-domelement-setattributenode.xml +++ b/reference/dom/functions/dom-domelement-setattributenode.xml @@ -1,5 +1,5 @@ - + DOMElement->setAttributeNode @@ -9,7 +9,7 @@ &reftitle.description; boolDOMElement->setAttributeNode - objectattr + DOMAttrattr Adds new attribute node attr to element. diff --git a/reference/dom/functions/dom-domelement-setattributenodens.xml b/reference/dom/functions/dom-domelement-setattributenodens.xml index 301cf3e269..271f1433ed 100644 --- a/reference/dom/functions/dom-domelement-setattributenodens.xml +++ b/reference/dom/functions/dom-domelement-setattributenodens.xml @@ -1,5 +1,5 @@ - + DOMElement->setAttributeNodeNS @@ -9,7 +9,7 @@ &reftitle.description; boolDOMElement->setAttributeNodeNS - objectattr + DOMAttrattr Adds new attribute node attr to element. diff --git a/reference/dom/functions/dom-domimplementation-createdocument.xml b/reference/dom/functions/dom-domimplementation-createdocument.xml index ed1e210206..f5ceae690f 100644 --- a/reference/dom/functions/dom-domimplementation-createdocument.xml +++ b/reference/dom/functions/dom-domimplementation-createdocument.xml @@ -1,5 +1,5 @@ - + DOMImplementation->createDocument @@ -10,10 +10,10 @@ &reftitle.description; - objectDOMImplementation->createDocument + DOMDocumentDOMImplementation->createDocument stringnamespaceURI stringqualifiedName - objectdoctype + DOMDocumentTypedoctype Creates a DOMDocument object of the specified type with its document element. diff --git a/reference/dom/functions/dom-domimplementation-createdocumenttype.xml b/reference/dom/functions/dom-domimplementation-createdocumenttype.xml index 48b7110f41..b23c656066 100644 --- a/reference/dom/functions/dom-domimplementation-createdocumenttype.xml +++ b/reference/dom/functions/dom-domimplementation-createdocumenttype.xml @@ -1,5 +1,5 @@ - + DOMImplementation->createDocumentType @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMImplementation->createDocumentType + DOMDocumentTypeDOMImplementation->createDocumentType stringqualifiedName stringpublicId stringsystemId diff --git a/reference/dom/functions/dom-domnamednodemap-getnameditem.xml b/reference/dom/functions/dom-domnamednodemap-getnameditem.xml index 2218640bae..4e0647161c 100644 --- a/reference/dom/functions/dom-domnamednodemap-getnameditem.xml +++ b/reference/dom/functions/dom-domnamednodemap-getnameditem.xml @@ -1,5 +1,5 @@ - + DOMNamedNodeMap->getNamedItem @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMNamedNodeMap->getNamedItem + DOMNodeDOMNamedNodeMap->getNamedItem stringname diff --git a/reference/dom/functions/dom-domnamednodemap-getnameditemns.xml b/reference/dom/functions/dom-domnamednodemap-getnameditemns.xml index 68b7d4b7aa..b6ad413a84 100644 --- a/reference/dom/functions/dom-domnamednodemap-getnameditemns.xml +++ b/reference/dom/functions/dom-domnamednodemap-getnameditemns.xml @@ -1,5 +1,5 @@ - + DOMNamedNodeMap->getNamedItemNS @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMNamedNodeMap->getNamedItemNS + DOMNodeDOMNamedNodeMap->getNamedItemNS stringnamespaceURI stringlocalName diff --git a/reference/dom/functions/dom-domnamednodemap-item.xml b/reference/dom/functions/dom-domnamednodemap-item.xml index c043fdbf03..e1e701fc90 100644 --- a/reference/dom/functions/dom-domnamednodemap-item.xml +++ b/reference/dom/functions/dom-domnamednodemap-item.xml @@ -1,5 +1,5 @@ - + DOMNamedNodeMap->item @@ -8,7 +8,7 @@ &reftitle.description; - objectDOMNamedNodeMap->item + DOMNodeDOMNamedNodeMap->item intindex diff --git a/reference/dom/functions/dom-domnode-appendchild.xml b/reference/dom/functions/dom-domnode-appendchild.xml index 6ee1095848..3c65d70b83 100644 --- a/reference/dom/functions/dom-domnode-appendchild.xml +++ b/reference/dom/functions/dom-domnode-appendchild.xml @@ -1,5 +1,5 @@ - + DOMNode->appendChild @@ -10,8 +10,8 @@ &reftitle.description; - objectDOMNode->appendChild - objectnewnode + DOMNodeDOMNode->appendChild + DOMNodenewnode This functions appends a child to an existing list of children or creates diff --git a/reference/dom/functions/dom-domnode-clonenode.xml b/reference/dom/functions/dom-domnode-clonenode.xml index 02f45c7778..cbcdb48028 100644 --- a/reference/dom/functions/dom-domnode-clonenode.xml +++ b/reference/dom/functions/dom-domnode-clonenode.xml @@ -1,5 +1,5 @@ - + DOMNode->cloneNode @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMNode->cloneNode + DOMNodeDOMNode->cloneNode booldeep diff --git a/reference/dom/functions/dom-domnode-insertbefore.xml b/reference/dom/functions/dom-domnode-insertbefore.xml index 6ec985e237..8009e417d3 100644 --- a/reference/dom/functions/dom-domnode-insertbefore.xml +++ b/reference/dom/functions/dom-domnode-insertbefore.xml @@ -1,5 +1,5 @@ - + DOMNode->insertBefore @@ -10,9 +10,9 @@ &reftitle.description; - objectDOMNode->insertBefore - objectnewnode - objectrefnode + DOMNodeDOMNode->insertBefore + DOMNodenewnode + DOMNoderefnode This function inserts the new node newnode right diff --git a/reference/dom/functions/dom-domnode-issamenode.xml b/reference/dom/functions/dom-domnode-issamenode.xml index b49187e947..9bd42a8e99 100644 --- a/reference/dom/functions/dom-domnode-issamenode.xml +++ b/reference/dom/functions/dom-domnode-issamenode.xml @@ -1,5 +1,5 @@ - + DOMNode->isSameNode @@ -11,7 +11,7 @@ &reftitle.description; boolDOMNode->isSameNode - objectnode + DOMNodenode This functions indicates if two nodes are the same node. diff --git a/reference/dom/functions/dom-domnode-removechild.xml b/reference/dom/functions/dom-domnode-removechild.xml index a3eeb124cc..d604c77fa2 100644 --- a/reference/dom/functions/dom-domnode-removechild.xml +++ b/reference/dom/functions/dom-domnode-removechild.xml @@ -1,5 +1,5 @@ - + DOMNode->removeChild @@ -10,8 +10,8 @@ &reftitle.description; - objectDOMNode->removeChild - objectoldchild + DOMNodeDOMNode->removeChild + DOMNodeoldchild This functions removes a child from a list of children. diff --git a/reference/dom/functions/dom-domnode-replacechild.xml b/reference/dom/functions/dom-domnode-replacechild.xml index 3b2d9e0b7b..d5418dcd12 100644 --- a/reference/dom/functions/dom-domnode-replacechild.xml +++ b/reference/dom/functions/dom-domnode-replacechild.xml @@ -1,5 +1,5 @@ - + DOMNode->replaceChild @@ -10,9 +10,9 @@ &reftitle.description; - objectDOMNode->replaceChild - objectnewnode - objectoldnode + DOMNodeDOMNode->replaceChild + DOMNodenewnode + DOMNodeoldnode This function replaces the child oldnode diff --git a/reference/dom/functions/dom-domnodelist-item.xml b/reference/dom/functions/dom-domnodelist-item.xml index a97a62e0de..1af7f7b7a1 100644 --- a/reference/dom/functions/dom-domnodelist-item.xml +++ b/reference/dom/functions/dom-domnodelist-item.xml @@ -1,5 +1,5 @@ - + DOMNodelist->item @@ -10,12 +10,12 @@ &reftitle.description; - objectDOMNodelist->item + DOMNodeDOMNodeList->item intindex Retrieves a node specified by index within the - DOMNodelist object. + DOMNodeList object. diff --git a/reference/dom/functions/dom-domtext-splittext.xml b/reference/dom/functions/dom-domtext-splittext.xml index c686e0b0cd..de05390286 100644 --- a/reference/dom/functions/dom-domtext-splittext.xml +++ b/reference/dom/functions/dom-domtext-splittext.xml @@ -1,5 +1,5 @@ - + DOMText->splitText @@ -10,7 +10,7 @@ &reftitle.description; - objectDOMText->splitText + DOMTextDOMText->splitText intoffset diff --git a/reference/dom/functions/dom-domxpath-query.xml b/reference/dom/functions/dom-domxpath-query.xml index ef18a10c30..6d269b825b 100644 --- a/reference/dom/functions/dom-domxpath-query.xml +++ b/reference/dom/functions/dom-domxpath-query.xml @@ -1,5 +1,5 @@ - + DOMXPath->query @@ -10,14 +10,14 @@ &reftitle.description; - objectDOMXPath->query + DOMNodeListDOMXPath->query stringexpression - objectcontextnode + DOMNodecontextnode - Returns a DOMNodelist containing all nodes matching + Returns a DOMNodeList containing all nodes matching expression. Any expression which do not return - nodes will return an empty DOMNodelist. + nodes will return an empty DOMNodeList. The optional contextnode can be specified for doing diff --git a/reference/dom/functions/dom-import-simplexml.xml b/reference/dom/functions/dom-import-simplexml.xml index dbf6f23f5f..f0cb57b7f6 100644 --- a/reference/dom/functions/dom-import-simplexml.xml +++ b/reference/dom/functions/dom-import-simplexml.xml @@ -1,8 +1,8 @@ - + - dom_import_SimpleXML + dom_import_simplexml Get a DOMElement object from a SimpleXMLElement object @@ -11,8 +11,8 @@ &reftitle.description; - objectdom_import_simplexml - objectnode + DOMElementdom_import_simplexml + SimpleXMLElementnode This function takes the node node diff --git a/reference/simplexml/functions/simplexml-element-attributes.xml b/reference/simplexml/functions/simplexml-element-attributes.xml index caa0ed347c..4757b20cbb 100644 --- a/reference/simplexml/functions/simplexml-element-attributes.xml +++ b/reference/simplexml/functions/simplexml-element-attributes.xml @@ -1,5 +1,5 @@ - + SimpleXMLElement->attributes @@ -10,7 +10,7 @@ Description - object SimpleXMLElementsimplexml_element->attributes + SimpleXMLElementsimplexml_element->attributes stringdata diff --git a/reference/simplexml/functions/simplexml-element-children.xml b/reference/simplexml/functions/simplexml-element-children.xml index 31a5c203cf..b8a831b9af 100644 --- a/reference/simplexml/functions/simplexml-element-children.xml +++ b/reference/simplexml/functions/simplexml-element-children.xml @@ -1,5 +1,5 @@ - + SimpleXMLElement->children @@ -10,7 +10,7 @@ Description - object SimpleXMLElementsimplexml_element->children + SimpleXMLElementsimplexml_element->children diff --git a/reference/simplexml/functions/simplexml-import-dom.xml b/reference/simplexml/functions/simplexml-import-dom.xml index 4ff5379800..6d4f967a8d 100644 --- a/reference/simplexml/functions/simplexml-import-dom.xml +++ b/reference/simplexml/functions/simplexml-import-dom.xml @@ -1,5 +1,5 @@ - + simplexml_import_dom @@ -11,8 +11,8 @@ Description - objectsimplexml_import_dom - objectnode + SimpleXMLElementsimplexml_import_dom + DOMNodenode stringclass_name diff --git a/reference/simplexml/functions/simplexml-load-file.xml b/reference/simplexml/functions/simplexml-load-file.xml index 0f42dd687d..7f99e22109 100644 --- a/reference/simplexml/functions/simplexml-load-file.xml +++ b/reference/simplexml/functions/simplexml-load-file.xml @@ -1,5 +1,5 @@ - + simplexml_load_file @@ -10,7 +10,7 @@ Description - objectsimplexml_load_file + SimpleXMLElementsimplexml_load_file stringfilename stringclass_name diff --git a/reference/simplexml/functions/simplexml-load-string.xml b/reference/simplexml/functions/simplexml-load-string.xml index 6903ccc36f..887225b71c 100644 --- a/reference/simplexml/functions/simplexml-load-string.xml +++ b/reference/simplexml/functions/simplexml-load-string.xml @@ -1,5 +1,5 @@ - + simplexml_load_string @@ -10,7 +10,7 @@ Description - objectsimplexml_load_string + SimpleXMLElementsimplexml_load_string stringdata stringclass_name