Lines Matching refs:dom_register_prop_handler

302 static void dom_register_prop_handler(HashTable *prop_handler, char *name, dom_read_t read_func, do…  in dom_register_prop_handler()  function
624dom_register_prop_handler(&dom_domstringlist_prop_handlers, "length", dom_domstringlist_length_rea… in PHP_MINIT_FUNCTION()
630 dom_register_prop_handler(&dom_namelist_prop_handlers, "length", dom_namelist_length_read, NULL); in PHP_MINIT_FUNCTION()
636dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", dom_domimplementatio… in PHP_MINIT_FUNCTION()
645 dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL); in PHP_MINIT_FUNCTION()
646dom_register_prop_handler(&dom_node_prop_handlers, "nodeValue", dom_node_node_value_read, dom_node… in PHP_MINIT_FUNCTION()
647 dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL); in PHP_MINIT_FUNCTION()
648 dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", dom_node_parent_node_read, NULL); in PHP_MINIT_FUNCTION()
649 dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", dom_node_child_nodes_read, NULL); in PHP_MINIT_FUNCTION()
650 dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", dom_node_first_child_read, NULL); in PHP_MINIT_FUNCTION()
651 dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", dom_node_last_child_read, NULL); in PHP_MINIT_FUNCTION()
652dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", dom_node_previous_sibling_re… in PHP_MINIT_FUNCTION()
653dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", dom_node_next_sibling_read, NULL… in PHP_MINIT_FUNCTION()
654 dom_register_prop_handler(&dom_node_prop_handlers, "attributes", dom_node_attributes_read, NULL); in PHP_MINIT_FUNCTION()
655dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", dom_node_owner_document_read, … in PHP_MINIT_FUNCTION()
656dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", dom_node_namespace_uri_read, NU… in PHP_MINIT_FUNCTION()
657dom_register_prop_handler(&dom_node_prop_handlers, "prefix", dom_node_prefix_read, dom_node_prefix… in PHP_MINIT_FUNCTION()
658 dom_register_prop_handler(&dom_node_prop_handlers, "localName", dom_node_local_name_read, NULL); in PHP_MINIT_FUNCTION()
659 dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL); in PHP_MINIT_FUNCTION()
660dom_register_prop_handler(&dom_node_prop_handlers, "textContent", dom_node_text_content_read, dom_… in PHP_MINIT_FUNCTION()
666dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeName", dom_node_node_name_read, … in PHP_MINIT_FUNCTION()
667dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeValue", dom_node_node_value_read… in PHP_MINIT_FUNCTION()
668dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeType", dom_node_node_type_read, … in PHP_MINIT_FUNCTION()
669 dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", dom_node_prefix_read, NULL); in PHP_MINIT_FUNCTION()
670dom_register_prop_handler(&dom_namespace_node_prop_handlers, "localName", dom_node_local_name_read… in PHP_MINIT_FUNCTION()
671dom_register_prop_handler(&dom_namespace_node_prop_handlers, "namespaceURI", dom_node_namespace_ur… in PHP_MINIT_FUNCTION()
672dom_register_prop_handler(&dom_namespace_node_prop_handlers, "ownerDocument", dom_node_owner_docum… in PHP_MINIT_FUNCTION()
673dom_register_prop_handler(&dom_namespace_node_prop_handlers, "parentNode", dom_node_parent_node_re… in PHP_MINIT_FUNCTION()
681 dom_register_prop_handler(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL); in PHP_MINIT_FUNCTION()
682dom_register_prop_handler(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION()
683dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", dom_document_document_el… in PHP_MINIT_FUNCTION()
684dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_rea… in PHP_MINIT_FUNCTION()
685dom_register_prop_handler(&dom_document_prop_handlers, "encoding", dom_document_encoding_read, dom… in PHP_MINIT_FUNCTION()
686dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION()
687dom_register_prop_handler(&dom_document_prop_handlers, "standalone", dom_document_standalone_read,… in PHP_MINIT_FUNCTION()
688dom_register_prop_handler(&dom_document_prop_handlers, "xmlStandalone", dom_document_standalone_re… in PHP_MINIT_FUNCTION()
689dom_register_prop_handler(&dom_document_prop_handlers, "version", dom_document_version_read, dom_d… in PHP_MINIT_FUNCTION()
690dom_register_prop_handler(&dom_document_prop_handlers, "xmlVersion", dom_document_version_read, do… in PHP_MINIT_FUNCTION()
691dom_register_prop_handler(&dom_document_prop_handlers, "strictErrorChecking", dom_document_strict_… in PHP_MINIT_FUNCTION()
692dom_register_prop_handler(&dom_document_prop_handlers, "documentURI", dom_document_document_uri_re… in PHP_MINIT_FUNCTION()
693 dom_register_prop_handler(&dom_document_prop_handlers, "config", dom_document_config_read, NULL); in PHP_MINIT_FUNCTION()
694dom_register_prop_handler(&dom_document_prop_handlers, "formatOutput", dom_document_format_output_… in PHP_MINIT_FUNCTION()
695dom_register_prop_handler(&dom_document_prop_handlers, "validateOnParse", dom_document_validate_on… in PHP_MINIT_FUNCTION()
696dom_register_prop_handler(&dom_document_prop_handlers, "resolveExternals", dom_document_resolve_ex… in PHP_MINIT_FUNCTION()
697dom_register_prop_handler(&dom_document_prop_handlers, "preserveWhiteSpace", dom_document_preserve… in PHP_MINIT_FUNCTION()
698dom_register_prop_handler(&dom_document_prop_handlers, "recover", dom_document_recover_read, dom_d… in PHP_MINIT_FUNCTION()
699dom_register_prop_handler(&dom_document_prop_handlers, "substituteEntities", dom_document_substitu… in PHP_MINIT_FUNCTION()
711 dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", dom_nodelist_length_read, NULL); in PHP_MINIT_FUNCTION()
721dom_register_prop_handler(&dom_namednodemap_prop_handlers, "length", dom_namednodemap_length_read,… in PHP_MINIT_FUNCTION()
727dom_register_prop_handler(&dom_characterdata_prop_handlers, "data", dom_characterdata_data_read, d… in PHP_MINIT_FUNCTION()
728dom_register_prop_handler(&dom_characterdata_prop_handlers, "length", dom_characterdata_length_rea… in PHP_MINIT_FUNCTION()
735 dom_register_prop_handler(&dom_attr_prop_handlers, "name", dom_attr_name_read, NULL); in PHP_MINIT_FUNCTION()
736 dom_register_prop_handler(&dom_attr_prop_handlers, "specified", dom_attr_specified_read, NULL); in PHP_MINIT_FUNCTION()
737dom_register_prop_handler(&dom_attr_prop_handlers, "value", dom_attr_value_read, dom_attr_value_wr… in PHP_MINIT_FUNCTION()
738dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", dom_attr_owner_element_read, NU… in PHP_MINIT_FUNCTION()
739dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", dom_attr_schema_type_info_rea… in PHP_MINIT_FUNCTION()
746 dom_register_prop_handler(&dom_element_prop_handlers, "tagName", dom_element_tag_name_read, NULL); in PHP_MINIT_FUNCTION()
747dom_register_prop_handler(&dom_element_prop_handlers, "schemaTypeInfo", dom_element_schema_type_in… in PHP_MINIT_FUNCTION()
754 dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL); in PHP_MINIT_FUNCTION()
764dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeName", dom_typeinfo_type_name_read, NU… in PHP_MINIT_FUNCTION()
765dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeNamespace", dom_typeinfo_type_namespac… in PHP_MINIT_FUNCTION()
772dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", dom_domerror_severity_read, NUL… in PHP_MINIT_FUNCTION()
773 dom_register_prop_handler(&dom_domerror_prop_handlers, "message", dom_domerror_message_read, NULL); in PHP_MINIT_FUNCTION()
774 dom_register_prop_handler(&dom_domerror_prop_handlers, "type", dom_domerror_type_read, NULL); in PHP_MINIT_FUNCTION()
775dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", dom_domerror_related_ex… in PHP_MINIT_FUNCTION()
776dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", dom_domerror_related_data_r… in PHP_MINIT_FUNCTION()
777dom_register_prop_handler(&dom_domerror_prop_handlers, "location", dom_domerror_location_read, NUL… in PHP_MINIT_FUNCTION()
784dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_… in PHP_MINIT_FUNCTION()
785dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_num… in PHP_MINIT_FUNCTION()
786dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NUL… in PHP_MINIT_FUNCTION()
787dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_nod… in PHP_MINIT_FUNCTION()
788 dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL); in PHP_MINIT_FUNCTION()
798dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", dom_documenttype_name_read, NUL… in PHP_MINIT_FUNCTION()
799dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", dom_documenttype_entities_r… in PHP_MINIT_FUNCTION()
800dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", dom_documenttype_notations… in PHP_MINIT_FUNCTION()
801dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", dom_documenttype_public_id_… in PHP_MINIT_FUNCTION()
802dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", dom_documenttype_system_id_… in PHP_MINIT_FUNCTION()
803dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", dom_documenttype_inte… in PHP_MINIT_FUNCTION()
810dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", dom_notation_public_id_read, NU… in PHP_MINIT_FUNCTION()
811dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", dom_notation_system_id_read, NU… in PHP_MINIT_FUNCTION()
818 dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", dom_entity_public_id_read, NULL); in PHP_MINIT_FUNCTION()
819 dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", dom_entity_system_id_read, NULL); in PHP_MINIT_FUNCTION()
820dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", dom_entity_notation_name_read… in PHP_MINIT_FUNCTION()
821dom_register_prop_handler(&dom_entity_prop_handlers, "actualEncoding", dom_entity_actual_encoding_… in PHP_MINIT_FUNCTION()
822dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", dom_entity_encoding_read, dom_ent… in PHP_MINIT_FUNCTION()
823dom_register_prop_handler(&dom_entity_prop_handlers, "version", dom_entity_version_read, dom_entit… in PHP_MINIT_FUNCTION()
833dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", dom_processinginstru… in PHP_MINIT_FUNCTION()
834dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", dom_processinginstruct… in PHP_MINIT_FUNCTION()
850 dom_register_prop_handler(&dom_xpath_prop_handlers, "document", dom_xpath_document_read, NULL); in PHP_MINIT_FUNCTION()