Lines Matching refs:dom_register_prop_handler

296 static void dom_register_prop_handler(HashTable *prop_handler, char *name, dom_read_t read_func, do…  in dom_register_prop_handler()  function
681dom_register_prop_handler(&dom_domstringlist_prop_handlers, "length", dom_domstringlist_length_rea… in PHP_MINIT_FUNCTION()
687dom_register_prop_handler(&dom_namelist_prop_handlers, "length", dom_namelist_length_read, NULL TS… in PHP_MINIT_FUNCTION()
693dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", dom_domimplementatio… in PHP_MINIT_FUNCTION()
702dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", dom_node_node_name_read, NULL TSRML… in PHP_MINIT_FUNCTION()
703dom_register_prop_handler(&dom_node_prop_handlers, "nodeValue", dom_node_node_value_read, dom_node… in PHP_MINIT_FUNCTION()
704dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", dom_node_node_type_read, NULL TSRML… in PHP_MINIT_FUNCTION()
705dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", dom_node_parent_node_read, NULL T… in PHP_MINIT_FUNCTION()
706dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", dom_node_child_nodes_read, NULL T… in PHP_MINIT_FUNCTION()
707dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", dom_node_first_child_read, NULL T… in PHP_MINIT_FUNCTION()
708dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", dom_node_last_child_read, NULL TSR… in PHP_MINIT_FUNCTION()
709dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", dom_node_previous_sibling_re… in PHP_MINIT_FUNCTION()
710dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", dom_node_next_sibling_read, NULL… in PHP_MINIT_FUNCTION()
711dom_register_prop_handler(&dom_node_prop_handlers, "attributes", dom_node_attributes_read, NULL TS… in PHP_MINIT_FUNCTION()
712dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", dom_node_owner_document_read, … in PHP_MINIT_FUNCTION()
713dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", dom_node_namespace_uri_read, NU… in PHP_MINIT_FUNCTION()
714dom_register_prop_handler(&dom_node_prop_handlers, "prefix", dom_node_prefix_read, dom_node_prefix… in PHP_MINIT_FUNCTION()
715dom_register_prop_handler(&dom_node_prop_handlers, "localName", dom_node_local_name_read, NULL TSR… in PHP_MINIT_FUNCTION()
716dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", dom_node_base_uri_read, NULL TSRMLS_… in PHP_MINIT_FUNCTION()
717dom_register_prop_handler(&dom_node_prop_handlers, "textContent", dom_node_text_content_read, dom_… in PHP_MINIT_FUNCTION()
723dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeName", dom_node_node_name_read, … in PHP_MINIT_FUNCTION()
724dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeValue", dom_node_node_value_read… in PHP_MINIT_FUNCTION()
725dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeType", dom_node_node_type_read, … in PHP_MINIT_FUNCTION()
726dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", dom_node_prefix_read, NULL … in PHP_MINIT_FUNCTION()
727dom_register_prop_handler(&dom_namespace_node_prop_handlers, "localName", dom_node_local_name_read… in PHP_MINIT_FUNCTION()
728dom_register_prop_handler(&dom_namespace_node_prop_handlers, "namespaceURI", dom_node_namespace_ur… in PHP_MINIT_FUNCTION()
729dom_register_prop_handler(&dom_namespace_node_prop_handlers, "ownerDocument", dom_node_owner_docum… in PHP_MINIT_FUNCTION()
730dom_register_prop_handler(&dom_namespace_node_prop_handlers, "parentNode", dom_node_parent_node_re… in PHP_MINIT_FUNCTION()
738dom_register_prop_handler(&dom_document_prop_handlers, "doctype", dom_document_doctype_read, NULL … in PHP_MINIT_FUNCTION()
739dom_register_prop_handler(&dom_document_prop_handlers, "implementation", dom_document_implementati… in PHP_MINIT_FUNCTION()
740dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", dom_document_document_el… in PHP_MINIT_FUNCTION()
741dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_rea… in PHP_MINIT_FUNCTION()
742dom_register_prop_handler(&dom_document_prop_handlers, "encoding", dom_document_encoding_read, dom… in PHP_MINIT_FUNCTION()
743dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION()
744dom_register_prop_handler(&dom_document_prop_handlers, "standalone", dom_document_standalone_read,… in PHP_MINIT_FUNCTION()
745dom_register_prop_handler(&dom_document_prop_handlers, "xmlStandalone", dom_document_standalone_re… in PHP_MINIT_FUNCTION()
746dom_register_prop_handler(&dom_document_prop_handlers, "version", dom_document_version_read, dom_d… in PHP_MINIT_FUNCTION()
747dom_register_prop_handler(&dom_document_prop_handlers, "xmlVersion", dom_document_version_read, do… in PHP_MINIT_FUNCTION()
748dom_register_prop_handler(&dom_document_prop_handlers, "strictErrorChecking", dom_document_strict_… in PHP_MINIT_FUNCTION()
749dom_register_prop_handler(&dom_document_prop_handlers, "documentURI", dom_document_document_uri_re… in PHP_MINIT_FUNCTION()
750dom_register_prop_handler(&dom_document_prop_handlers, "config", dom_document_config_read, NULL TS… in PHP_MINIT_FUNCTION()
751dom_register_prop_handler(&dom_document_prop_handlers, "formatOutput", dom_document_format_output_… in PHP_MINIT_FUNCTION()
752dom_register_prop_handler(&dom_document_prop_handlers, "validateOnParse", dom_document_validate_on… in PHP_MINIT_FUNCTION()
753dom_register_prop_handler(&dom_document_prop_handlers, "resolveExternals", dom_document_resolve_ex… in PHP_MINIT_FUNCTION()
754dom_register_prop_handler(&dom_document_prop_handlers, "preserveWhiteSpace", dom_document_preserve… in PHP_MINIT_FUNCTION()
755dom_register_prop_handler(&dom_document_prop_handlers, "recover", dom_document_recover_read, dom_d… in PHP_MINIT_FUNCTION()
756dom_register_prop_handler(&dom_document_prop_handlers, "substituteEntities", dom_document_substitu… in PHP_MINIT_FUNCTION()
768dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", dom_nodelist_length_read, NULL TS… in PHP_MINIT_FUNCTION()
778dom_register_prop_handler(&dom_namednodemap_prop_handlers, "length", dom_namednodemap_length_read,… in PHP_MINIT_FUNCTION()
784dom_register_prop_handler(&dom_characterdata_prop_handlers, "data", dom_characterdata_data_read, d… in PHP_MINIT_FUNCTION()
785dom_register_prop_handler(&dom_characterdata_prop_handlers, "length", dom_characterdata_length_rea… in PHP_MINIT_FUNCTION()
792 dom_register_prop_handler(&dom_attr_prop_handlers, "name", dom_attr_name_read, NULL TSRMLS_CC); in PHP_MINIT_FUNCTION()
793dom_register_prop_handler(&dom_attr_prop_handlers, "specified", dom_attr_specified_read, NULL TSRM… in PHP_MINIT_FUNCTION()
794dom_register_prop_handler(&dom_attr_prop_handlers, "value", dom_attr_value_read, dom_attr_value_wr… in PHP_MINIT_FUNCTION()
795dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", dom_attr_owner_element_read, NU… in PHP_MINIT_FUNCTION()
796dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", dom_attr_schema_type_info_rea… in PHP_MINIT_FUNCTION()
803dom_register_prop_handler(&dom_element_prop_handlers, "tagName", dom_element_tag_name_read, NULL T… in PHP_MINIT_FUNCTION()
804dom_register_prop_handler(&dom_element_prop_handlers, "schemaTypeInfo", dom_element_schema_type_in… in PHP_MINIT_FUNCTION()
811dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", dom_text_whole_text_read, NULL TSR… in PHP_MINIT_FUNCTION()
821dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeName", dom_typeinfo_type_name_read, NU… in PHP_MINIT_FUNCTION()
822dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeNamespace", dom_typeinfo_type_namespac… in PHP_MINIT_FUNCTION()
829dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", dom_domerror_severity_read, NUL… in PHP_MINIT_FUNCTION()
830dom_register_prop_handler(&dom_domerror_prop_handlers, "message", dom_domerror_message_read, NULL … in PHP_MINIT_FUNCTION()
831dom_register_prop_handler(&dom_domerror_prop_handlers, "type", dom_domerror_type_read, NULL TSRMLS… in PHP_MINIT_FUNCTION()
832dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", dom_domerror_related_ex… in PHP_MINIT_FUNCTION()
833dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", dom_domerror_related_data_r… in PHP_MINIT_FUNCTION()
834dom_register_prop_handler(&dom_domerror_prop_handlers, "location", dom_domerror_location_read, NUL… in PHP_MINIT_FUNCTION()
841dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_… in PHP_MINIT_FUNCTION()
842dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_num… in PHP_MINIT_FUNCTION()
843dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NUL… in PHP_MINIT_FUNCTION()
844dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_nod… in PHP_MINIT_FUNCTION()
845dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL TSRM… in PHP_MINIT_FUNCTION()
855dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", dom_documenttype_name_read, NUL… in PHP_MINIT_FUNCTION()
856dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", dom_documenttype_entities_r… in PHP_MINIT_FUNCTION()
857dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", dom_documenttype_notations… in PHP_MINIT_FUNCTION()
858dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", dom_documenttype_public_id_… in PHP_MINIT_FUNCTION()
859dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", dom_documenttype_system_id_… in PHP_MINIT_FUNCTION()
860dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", dom_documenttype_inte… in PHP_MINIT_FUNCTION()
867dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", dom_notation_public_id_read, NU… in PHP_MINIT_FUNCTION()
868dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", dom_notation_system_id_read, NU… in PHP_MINIT_FUNCTION()
875dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", dom_entity_public_id_read, NULL T… in PHP_MINIT_FUNCTION()
876dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", dom_entity_system_id_read, NULL T… in PHP_MINIT_FUNCTION()
877dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", dom_entity_notation_name_read… in PHP_MINIT_FUNCTION()
878dom_register_prop_handler(&dom_entity_prop_handlers, "actualEncoding", dom_entity_actual_encoding_… in PHP_MINIT_FUNCTION()
879dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", dom_entity_encoding_read, dom_ent… in PHP_MINIT_FUNCTION()
880dom_register_prop_handler(&dom_entity_prop_handlers, "version", dom_entity_version_read, dom_entit… in PHP_MINIT_FUNCTION()
891dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", dom_processinginstru… in PHP_MINIT_FUNCTION()
892dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", dom_processinginstruct… in PHP_MINIT_FUNCTION()
904dom_register_prop_handler(&dom_xpath_prop_handlers, "document", dom_xpath_document_read, NULL TSRM… in PHP_MINIT_FUNCTION()