summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-09-08 18:28:35 +0000
committerRob Richards <rrichards@php.net>2003-09-08 18:28:35 +0000
commit315bf401ba390c1a7e6d506308824bac1c535d01 (patch)
tree87366b474606aa15e07983e8ac5da3069a3574ea /ext/dom/php_dom.h
parent62d7073a8bf7a65805fd50f32bff2d1a180bc123 (diff)
downloadphp-git-315bf401ba390c1a7e6d506308824bac1c535d01.tar.gz
move some document properties internally
add xpath namespace support (by Shane)
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r--ext/dom/php_dom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h
index 6946b87ef8..da7c75f18c 100644
--- a/ext/dom/php_dom.h
+++ b/ext/dom/php_dom.h
@@ -66,6 +66,7 @@ extern zend_module_entry dom_module_entry;
void php_dom_set_object(dom_object *object, xmlNodePtr obj TSRMLS_DC);
dom_object *dom_object_get_data(xmlNodePtr obj);
xmlNodePtr dom_object_get_node(dom_object *obj);
+dom_doc_propsptr dom_get_doc_props(dom_ref_obj *document);
zend_object_value dom_objects_new(zend_class_entry *class_type TSRMLS_DC);
#if defined(LIBXML_XPATH_ENABLED)
zend_object_value dom_xpath_objects_new(zend_class_entry *class_type TSRMLS_DC);
@@ -86,7 +87,6 @@ void dom_get_elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local
void php_dom_create_implementation(zval **retval TSRMLS_DC);
int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child);
int dom_has_feature(char *feature, char *version);
-void add_domdocument_properties(zval *id TSRMLS_DC);
int dom_node_is_read_only(xmlNodePtr node);
int dom_node_children_valid(xmlNodePtr node);