Lines Matching refs:dom_register_prop_handler
285 static void dom_register_prop_handler(HashTable *prop_handler, char *name, size_t name_len, dom_rea… in dom_register_prop_handler() function
598 …dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom_node_node… in PHP_MINIT_FUNCTION()
599 …dom_register_prop_handler(&dom_node_prop_handlers, "nodeValue", sizeof("nodeValue")-1, dom_node_no… in PHP_MINIT_FUNCTION()
600 …dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom_node_node… in PHP_MINIT_FUNCTION()
601 …dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", sizeof("parentNode")-1, dom_node_… in PHP_MINIT_FUNCTION()
602 …dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", sizeof("childNodes")-1, dom_node_… in PHP_MINIT_FUNCTION()
603 …dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", sizeof("firstChild")-1, dom_node_… in PHP_MINIT_FUNCTION()
604 …dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", sizeof("lastChild")-1, dom_node_la… in PHP_MINIT_FUNCTION()
605 …dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", sizeof("previousSibling")-1,… in PHP_MINIT_FUNCTION()
606 …dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", sizeof("nextSibling")-1, dom_nod… in PHP_MINIT_FUNCTION()
607 …dom_register_prop_handler(&dom_node_prop_handlers, "attributes", sizeof("attributes")-1, dom_node_… in PHP_MINIT_FUNCTION()
608 …dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", sizeof("ownerDocument")-1, dom… in PHP_MINIT_FUNCTION()
609 …dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", sizeof("namespaceURI")-1, dom_n… in PHP_MINIT_FUNCTION()
610 …dom_register_prop_handler(&dom_node_prop_handlers, "prefix", sizeof("prefix")-1, dom_node_prefix_r… in PHP_MINIT_FUNCTION()
611 …dom_register_prop_handler(&dom_node_prop_handlers, "localName", sizeof("localName")-1, dom_node_lo… in PHP_MINIT_FUNCTION()
612 …dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", sizeof("baseURI")-1, dom_node_base_u… in PHP_MINIT_FUNCTION()
613 …dom_register_prop_handler(&dom_node_prop_handlers, "textContent", sizeof("textContent")-1, dom_nod… in PHP_MINIT_FUNCTION()
619 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom… in PHP_MINIT_FUNCTION()
620 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeValue", sizeof("nodeValue")-1, d… in PHP_MINIT_FUNCTION()
621 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom… in PHP_MINIT_FUNCTION()
622 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", sizeof("prefix")-1, dom_nod… in PHP_MINIT_FUNCTION()
623 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "localName", sizeof("localName")-1, d… in PHP_MINIT_FUNCTION()
624 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "namespaceURI", sizeof("namespaceURI"… in PHP_MINIT_FUNCTION()
625 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "ownerDocument", sizeof("ownerDocumen… in PHP_MINIT_FUNCTION()
626 …dom_register_prop_handler(&dom_namespace_node_prop_handlers, "parentNode", sizeof("parentNode")-1,… in PHP_MINIT_FUNCTION()
632 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "firstElementChild", sizeof("firstE… in PHP_MINIT_FUNCTION()
633 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "lastElementChild", sizeof("lastEle… in PHP_MINIT_FUNCTION()
634 …dom_register_prop_handler(&dom_documentfragment_prop_handlers, "childElementCount", sizeof("childE… in PHP_MINIT_FUNCTION()
642 …dom_register_prop_handler(&dom_document_prop_handlers, "doctype", sizeof("doctype")-1, dom_documen… in PHP_MINIT_FUNCTION()
643 …dom_register_prop_handler(&dom_document_prop_handlers, "implementation", sizeof("implementation")-… in PHP_MINIT_FUNCTION()
644 …dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", sizeof("documentElement"… in PHP_MINIT_FUNCTION()
645 …dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", sizeof("actualEncoding")-… in PHP_MINIT_FUNCTION()
646 …dom_register_prop_handler(&dom_document_prop_handlers, "encoding", sizeof("encoding")-1, dom_docum… in PHP_MINIT_FUNCTION()
647 …dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", sizeof("xmlEncoding")-1, dom… in PHP_MINIT_FUNCTION()
648 …dom_register_prop_handler(&dom_document_prop_handlers, "standalone", sizeof("standalone")-1, dom_d… in PHP_MINIT_FUNCTION()
649 …dom_register_prop_handler(&dom_document_prop_handlers, "xmlStandalone", sizeof("xmlStandalone")-1,… in PHP_MINIT_FUNCTION()
650 …dom_register_prop_handler(&dom_document_prop_handlers, "version", sizeof("version")-1, dom_documen… in PHP_MINIT_FUNCTION()
651 …dom_register_prop_handler(&dom_document_prop_handlers, "xmlVersion", sizeof("xmlVersion")-1, dom_d… in PHP_MINIT_FUNCTION()
652 …dom_register_prop_handler(&dom_document_prop_handlers, "strictErrorChecking", sizeof("strictErrorC… in PHP_MINIT_FUNCTION()
653 …dom_register_prop_handler(&dom_document_prop_handlers, "documentURI", sizeof("documentURI")-1, dom… in PHP_MINIT_FUNCTION()
654 …dom_register_prop_handler(&dom_document_prop_handlers, "config", sizeof("config")-1, dom_document_… in PHP_MINIT_FUNCTION()
655 …dom_register_prop_handler(&dom_document_prop_handlers, "formatOutput", sizeof("formatOutput")-1, d… in PHP_MINIT_FUNCTION()
656 …dom_register_prop_handler(&dom_document_prop_handlers, "validateOnParse", sizeof("validateOnParse"… in PHP_MINIT_FUNCTION()
657 …dom_register_prop_handler(&dom_document_prop_handlers, "resolveExternals", sizeof("resolveExternal… in PHP_MINIT_FUNCTION()
658 …dom_register_prop_handler(&dom_document_prop_handlers, "preserveWhiteSpace", sizeof("preserveWhite… in PHP_MINIT_FUNCTION()
659 …dom_register_prop_handler(&dom_document_prop_handlers, "recover", sizeof("recover")-1, dom_documen… in PHP_MINIT_FUNCTION()
660 …dom_register_prop_handler(&dom_document_prop_handlers, "substituteEntities", sizeof("substituteEnt… in PHP_MINIT_FUNCTION()
662 …dom_register_prop_handler(&dom_document_prop_handlers, "firstElementChild", sizeof("firstElementCh… in PHP_MINIT_FUNCTION()
663 …dom_register_prop_handler(&dom_document_prop_handlers, "lastElementChild", sizeof("lastElementChil… in PHP_MINIT_FUNCTION()
664 …dom_register_prop_handler(&dom_document_prop_handlers, "childElementCount", sizeof("childElementCo… in PHP_MINIT_FUNCTION()
677 …dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", sizeof("length")-1, dom_nodelist_… in PHP_MINIT_FUNCTION()
687 …dom_register_prop_handler(&dom_namednodemap_prop_handlers, "length", sizeof("length")-1, dom_named… in PHP_MINIT_FUNCTION()
693 …dom_register_prop_handler(&dom_characterdata_prop_handlers, "data", sizeof("data")-1, dom_characte… in PHP_MINIT_FUNCTION()
694 …dom_register_prop_handler(&dom_characterdata_prop_handlers, "length", sizeof("length")-1, dom_char… in PHP_MINIT_FUNCTION()
695 …dom_register_prop_handler(&dom_characterdata_prop_handlers, "previousElementSibling", sizeof("prev… in PHP_MINIT_FUNCTION()
696 …dom_register_prop_handler(&dom_characterdata_prop_handlers, "nextElementSibling", sizeof("nextElem… in PHP_MINIT_FUNCTION()
705 …dom_register_prop_handler(&dom_attr_prop_handlers, "name", sizeof("name")-1, dom_attr_name_read, N… in PHP_MINIT_FUNCTION()
706 …dom_register_prop_handler(&dom_attr_prop_handlers, "specified", sizeof("specified")-1, dom_attr_sp… in PHP_MINIT_FUNCTION()
707 …dom_register_prop_handler(&dom_attr_prop_handlers, "value", sizeof("value")-1, dom_attr_value_read… in PHP_MINIT_FUNCTION()
708 …dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", sizeof("ownerElement")-1, dom_a… in PHP_MINIT_FUNCTION()
709 …dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", sizeof("schemaTypeInfo")-1, d… in PHP_MINIT_FUNCTION()
716 …dom_register_prop_handler(&dom_element_prop_handlers, "tagName", sizeof("tagName")-1, dom_element_… in PHP_MINIT_FUNCTION()
717 …dom_register_prop_handler(&dom_element_prop_handlers, "schemaTypeInfo", sizeof("schemaTypeInfo")-1… in PHP_MINIT_FUNCTION()
718 …dom_register_prop_handler(&dom_element_prop_handlers, "firstElementChild", sizeof("firstElementChi… in PHP_MINIT_FUNCTION()
719 …dom_register_prop_handler(&dom_element_prop_handlers, "lastElementChild", sizeof("lastElementChild… in PHP_MINIT_FUNCTION()
720 …dom_register_prop_handler(&dom_element_prop_handlers, "childElementCount", sizeof("childElementCou… in PHP_MINIT_FUNCTION()
721 …dom_register_prop_handler(&dom_element_prop_handlers, "previousElementSibling", sizeof("previousEl… in PHP_MINIT_FUNCTION()
722 …dom_register_prop_handler(&dom_element_prop_handlers, "nextElementSibling", sizeof("nextElementSib… in PHP_MINIT_FUNCTION()
731 …dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", sizeof("wholeText")-1, dom_text_wh… in PHP_MINIT_FUNCTION()
744 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", sizeof("name")-1, dom_documentt… in PHP_MINIT_FUNCTION()
745 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", sizeof("entities")-1, dom_d… in PHP_MINIT_FUNCTION()
746 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", sizeof("notations")-1, dom… in PHP_MINIT_FUNCTION()
747 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", sizeof("publicId")-1, dom_d… in PHP_MINIT_FUNCTION()
748 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", sizeof("systemId")-1, dom_d… in PHP_MINIT_FUNCTION()
749 …dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", sizeof("internalSubse… in PHP_MINIT_FUNCTION()
756 …dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", sizeof("publicId")-1, dom_notat… in PHP_MINIT_FUNCTION()
757 …dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", sizeof("systemId")-1, dom_notat… in PHP_MINIT_FUNCTION()
764 …dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", sizeof("publicId")-1, dom_entity_… in PHP_MINIT_FUNCTION()
765 …dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", sizeof("systemId")-1, dom_entity_… in PHP_MINIT_FUNCTION()
766 …dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", sizeof("notationName")-1, dom… in PHP_MINIT_FUNCTION()
767 …dom_register_prop_handler(&dom_entity_prop_handlers, "actualEncoding", sizeof("actualEncoding")-1,… in PHP_MINIT_FUNCTION()
768 …dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", sizeof("encoding")-1, dom_entity_… in PHP_MINIT_FUNCTION()
769 …dom_register_prop_handler(&dom_entity_prop_handlers, "version", sizeof("version")-1, dom_entity_ve… in PHP_MINIT_FUNCTION()
779 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", sizeof("target")-1, … in PHP_MINIT_FUNCTION()
780 …dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", sizeof("data")-1, dom_… in PHP_MINIT_FUNCTION()
794 …dom_register_prop_handler(&dom_xpath_prop_handlers, "document", sizeof("document")-1, dom_xpath_do… in PHP_MINIT_FUNCTION()
795 …dom_register_prop_handler(&dom_xpath_prop_handlers, "registerNodeNamespaces", sizeof("registerNode… in PHP_MINIT_FUNCTION()