summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2006-05-22 17:12:26 +0000
committerRob Richards <rrichards@php.net>2006-05-22 17:12:26 +0000
commitc384b34ae9269952ce9845b246db33cc4f4c0db1 (patch)
treeaa1046cd44346877721e73939649b38f4b640aaa /ext/dom/php_dom.h
parent3997d6663bb0578d9bb24df5cccd97a8cac0f397 (diff)
downloadphp-git-c384b34ae9269952ce9845b246db33cc4f4c0db1.tar.gz
MFH: add registerNodeClass() method
- update attribute isID functionality - add test
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r--ext/dom/php_dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h
index d53440ba91..be1e956bfb 100644
--- a/ext/dom/php_dom.h
+++ b/ext/dom/php_dom.h
@@ -110,6 +110,7 @@ xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const
xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index);
xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index);
zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
+int dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry *basece, zend_class_entry *ce TSRMLS_DC);
#define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \
INIT_CLASS_ENTRY(ce, name, funcs); \