dom_import_simplexml
Introduction
XML Manipulation
PHP Manual
DOM XML (PHP 4)
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
Resource Types
Predefined Constants
DOM XML (PHP 4) Functions
DomAttribute->name
— بازگرداندن نام ویژگی
DomAttribute->set_value
— تعیین مقدار ویژگی
DomAttribute->specified
— بررسی وجود ویژگی
DomAttribute->value
— بازگرداندن مقدار ویژگی
DomDocument->add_root
— اضافه کردن گره ریشه [از رده خارج]
DomDocument->create_attribute
— ساخت ویژگی جدید
DomDocument->create_cdata_section
— ساخت گره جدید cdata
DomDocument->create_comment
— ساخت گره توضیح جدید
DomDocument->create_element_ns
— Create new element node with an associated namespace
DomDocument->create_element
— Create new element node
DomDocument->create_entity_reference
— Create an entity reference
DomDocument->create_processing_instruction
— Creates new PI node
DomDocument->create_text_node
— Create new text node
DomDocument->doctype
— Returns the document type
DomDocument->document_element
— Returns root element node
DomDocument->dump_file
— Dumps the internal XML tree back into a file
DomDocument->dump_mem
— Dumps the internal XML tree back into a string
DomDocument->get_element_by_id
— Searches for an element with a certain id
DomDocument->get_elements_by_tagname
— Returns array with nodes with given tagname in document or empty array, if not found
DomDocument->html_dump_mem
— Dumps the internal XML tree back into a string as HTML
DomDocument->xinclude
— Substitutes XIncludes in a DomDocument Object
DomDocumentType->entities
— Returns list of entities
DomDocumentType->internal_subset
— Returns internal subset
DomDocumentType->name
— Returns name of document type
DomDocumentType->notations
— Returns list of notations
DomDocumentType->public_id
— Returns public id of document type
DomDocumentType->system_id
— Returns the system id of document type
DomElement->get_attribute_node
— Returns the node of the given attribute
DomElement->get_attribute
— Returns the value of the given attribute
DomElement->get_elements_by_tagname
— Gets elements by tagname
DomElement->has_attribute
— Checks to see if an attribute exists in the current node
DomElement->remove_attribute
— Removes attribute
DomElement->set_attribute_node
— Adds new attribute
DomElement->set_attribute
— Sets the value of an attribute
DomElement->tagname
— Returns the name of the current element
DomNode->add_namespace
— Adds a namespace declaration to a node
DomNode->append_child
— Adds a new child at the end of the children
DomNode->append_sibling
— Adds new sibling to a node
DomNode->attributes
— Returns list of attributes
DomNode->child_nodes
— Returns children of node
DomNode->clone_node
— Clones a node
DomNode->dump_node
— Dumps a single node
DomNode->first_child
— Returns first child of node
DomNode->get_content
— Gets content of node
DomNode->has_attributes
— Checks if node has attributes
DomNode->has_child_nodes
— Checks if node has children
DomNode->insert_before
— Inserts new node as child
DomNode->is_blank_node
— بررسی خالی بودن گره
DomNode->last_child
— بازگرداندن آخرین فرزند گره
DomNode->next_sibling
— Returns the next sibling of node
DomNode->node_name
— Returns name of node
DomNode->node_type
— Returns type of node
DomNode->node_value
— Returns value of a node
DomNode->owner_document
— Returns the document this node belongs to
DomNode->parent_node
— Returns the parent of the node
DomNode->prefix
— Returns name space prefix of node
DomNode->previous_sibling
— Returns the previous sibling of node
DomNode->remove_child
— Removes child from list of children
DomNode->replace_child
— Replaces a child
DomNode->replace_node
— Replaces node
DomNode->set_content
— تنظیم محتوای گره
DomNode->set_name
— تنظیم نام گره
DomNode->set_namespace
— Sets namespace of a node
DomNode->unlink_node
— حذف گره
DomProcessingInstruction->data
— بازگرداندن داده گره ProcessingInstruction
DomProcessingInstruction->target
— بازگرداندن هدف گره ProcessingInstruction
DomXsltStylesheet->process
— Applies the XSLT-Transformation on a DomDocument Object
DomXsltStylesheet->result_dump_file
— Dumps the result from a XSLT-Transformation into a file
DomXsltStylesheet->result_dump_mem
— Dumps the result from a XSLT-Transformation back into a string
domxml_new_doc
— ساخت نمونه خالی XML
domxml_open_file
— Creates a DOM object from an XML file
domxml_open_mem
— Creates a DOM object of an XML document
domxml_version
— دریافت نسخه کتابخانه XML
domxml_xmltree
— Creates a tree of PHP objects from an XML document
domxml_xslt_stylesheet_doc
— ساخت شی DomXsltStylesheet از شی DomDocument
domxml_xslt_stylesheet_file
— ساخت شی DomXsltStylesheet از سند XSL در فایل
domxml_xslt_stylesheet
— ساخت شی DomXsltStylesheet از سند XSL در رشته
domxml_xslt_version
— دریافت نسخه کتابخانه XSLT
xpath_eval_expression
— ارزیابی محل مسیر XPath در رشته داده شده
xpath_eval
— ارزیابی محل مسیر XPath در رشته داده شده
xpath_new_context
— ساخت زمینه xpath
xpath_register_ns_auto
— ثبت فضای نام داده شده در زمینه XPath
xpath_register_ns
— ثبت فضای نام داده شده در زمینه ارسالی XPath
xptr_eval
— ارزیابی محل مسیر XPtr در رشته داده شده
xptr_new_context
— ساخت زمینه جدید XPath
dom_import_simplexml
Introduction
XML Manipulation
PHP Manual