DOM XML (PHP 4)
xml- DomAttribute->name () - Returns the name of attribute
- DomAttribute->set_value (content) - Sets the value of an attribute
- DomAttribute->specified (content) - Checks if attribute is specified
- DomAttribute->value (content) - Returns value of attribute
- DomDocument->add_root (name) - Adds a root node [deprecated]
- DomDocument->create_attribute (name, value) - Create new attribute
- DomDocument->create_cdata_section (content) - Create new cdata node
- DomDocument->create_comment (content) - Create new comment node
- DomDocument->create_element (name) - Create new element node
- DomDocument->create_element_ns (uri, name, prefix) - Create new element node with an associated namespace
- DomDocument->create_entity_reference (content) - Create an entity reference
- DomDocument->create_processing_instruction (content) - Creates new PI node
- DomDocument->create_text_node (content) - Create new text node
- DomDocument->doctype (content) - Returns the document type
- DomDocument->document_element (content) - Returns root element node
- DomDocument->dump_file (filename, compressionmode, format) - Dumps the internal XML tree back into a file
- DomDocument->dump_mem (format, encoding) - Dumps the internal XML tree back into a string
- DomDocument->get_elements_by_tagname (name) - Returns array with nodes with given tagname in document or empty array, if not found
- DomDocument->get_element_by_id (id) - Searches for an element with a certain id
- DomDocument->html_dump_mem (id) - Dumps the internal XML tree back into a string as HTML
- DomDocument->xinclude (id) - Substitutes XIncludes in a DomDocument Object
- DomDocumentType->entities (id) - Returns list of entities
- DomDocumentType->internal_subset (id) - Returns internal subset
- DomDocumentType->name (id) - Returns name of document type
- DomDocumentType->notations (id) - Returns list of notations
- DomDocumentType->public_id (id) - Returns public id of document type
- DomDocumentType->system_id (id) - Returns the system id of document type
- DomElement->get_attribute (name) - Returns the value of the given attribute
- DomElement->get_attribute_node (name) - Returns the node of the given attribute
- DomElement->get_elements_by_tagname (name) - Gets elements by tagname
- DomElement->has_attribute (name) - Checks to see if an attribute exists in the current node
- DomElement->remove_attribute (name) - Removes attribute
- DomElement->set_attribute (name, value) - Sets the value of an attribute
- DomElement->set_attribute_node (attr) - Adds new attribute
- DomElement->tagname (attr) - Returns the name of the current element
- DomNode->add_namespace (uri, prefix) - Adds a namespace declaration to a node
- DomNode->append_child (newnode) - Adds a new child at the end of the children
- DomNode->append_sibling (newnode) - Adds new sibling to a node
- DomNode->attributes (newnode) - Returns list of attributes
- DomNode->child_nodes (newnode) - Returns children of node
- DomNode->clone_node (newnode) - Clones a node
- DomNode->dump_node (newnode) - Dumps a single node
- DomNode->first_child (newnode) - Returns first child of node
- DomNode->get_content (newnode) - Gets content of node
- DomNode->has_attributes (newnode) - Checks if node has attributes
- DomNode->has_child_nodes (newnode) - Checks if node has children
- DomNode->insert_before (newnode, refnode) - Inserts new node as child
- DomNode->is_blank_node (newnode, refnode) - Checks if node is blank
- DomNode->last_child (newnode, refnode) - Returns last child of node
- DomNode->next_sibling (newnode, refnode) - Returns the next sibling of node
- DomNode->node_name (newnode, refnode) - Returns name of node
- DomNode->node_type (newnode, refnode) - Returns type of node
- DomNode->node_value (newnode, refnode) - Returns value of a node
- DomNode->owner_document (newnode, refnode) - Returns the document this node belongs to
- DomNode->parent_node (newnode, refnode) - Returns the parent of the node
- DomNode->prefix (newnode, refnode) - Returns name space prefix of node
- DomNode->previous_sibling (newnode, refnode) - Returns the previous sibling of node
- DomNode->remove_child (oldchild) - Removes child from list of children
- DomNode->replace_child (newnode, oldnode) - Replaces a child
- DomNode->replace_node (newnode) - Replaces node
- DomNode->set_content (content) - Sets content of node
- DomNode->set_name (content) - Sets name of node
- DomNode->set_namespace (uri, prefix) - Sets namespace of a node
- DomNode->unlink_node (uri, prefix) - Deletes node
- DomProcessingInstruction->data (uri, prefix) - Returns the data of ProcessingInstruction node
- DomProcessingInstruction->target (uri, prefix) - Returns the target of a ProcessingInstruction node
- domxml_new_doc (version) - Creates new empty XML document
- domxml_open_file (filename, mode, error) - Creates a DOM object from an XML file
- domxml_open_mem (str, mode, error) - Creates a DOM object of an XML document
- domxml_version (str, mode, error) - Gets the XML library version
- domxml_xmltree (str) - Creates a tree of PHP objects from an XML document
- domxml_xslt_stylesheet (xsl_buf) - Creates a DomXsltStylesheet object from an XSL document in a string
- domxml_xslt_stylesheet_doc (xsl_doc) - Creates a DomXsltStylesheet Object from a DomDocument Object
- domxml_xslt_stylesheet_file (xsl_file) - Creates a DomXsltStylesheet Object from an XSL document in a file
- domxml_xslt_version (xsl_file) - Gets the XSLT library version
- DomXsltStylesheet->process (xml_doc, xslt_params, is_xpath_param, profile_filename) - Applies the XSLT-Transformation on a DomDocument Object
- DomXsltStylesheet->result_dump_file (xmldoc, filename) - Dumps the result from a XSLT-Transformation into a file
- DomXsltStylesheet->result_dump_mem (xmldoc) - Dumps the result from a XSLT-Transformation back into a string
- xpath_eval (xpath_expression, contextnode, xpath_context, xpath_expression, contextnode, xpath_expression, contextnode, xpath_context, xpath_expression, contextnode) - Evaluates the XPath Location Path in the given string
- xpath_eval_expression (expression, contextnode, xpath_context, expression, contextnode, expression, contextnode, xpath_context, expression, contextnode) - Evaluates the XPath Location Path in the given string
- xpath_new_context (dom_document) - Creates new xpath context
- xpath_register_ns (xpath_context, prefix, uri) - Register the given namespace in the passed XPath context
- xpath_register_ns_auto (xpath_context, context_node) - Register the given namespace in the passed XPath context
- xptr_eval (eval_str, contextnode, xpath_context, eval_str, contextnode, eval_str, contextnode, xpath_context, eval_str, contextnode) - Evaluate the XPtr Location Path in the given string
- xptr_new_context (eval_str, contextnode, xpath_context, eval_str, contextnode, eval_str, contextnode, xpath_context, eval_str, contextnode) - Create new XPath Context
