Lines Matching refs:dom_register_prop_handler

278 static void dom_register_prop_handler(HashTable *prop_handler, char *name, size_t name_len, dom_rea…  in dom_register_prop_handler()  function
640dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom_node_node… in PHP_MINIT_FUNCTION()
641dom_register_prop_handler(&dom_node_prop_handlers, "nodeValue", sizeof("nodeValue")-1, dom_node_no… in PHP_MINIT_FUNCTION()
642dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom_node_node… in PHP_MINIT_FUNCTION()
643dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", sizeof("parentNode")-1, dom_node_… in PHP_MINIT_FUNCTION()
644dom_register_prop_handler(&dom_node_prop_handlers, "parentElement", sizeof("parentElement")-1, dom… in PHP_MINIT_FUNCTION()
645dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", sizeof("childNodes")-1, dom_node_… in PHP_MINIT_FUNCTION()
646dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", sizeof("firstChild")-1, dom_node_… in PHP_MINIT_FUNCTION()
647dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", sizeof("lastChild")-1, dom_node_la… in PHP_MINIT_FUNCTION()
648dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", sizeof("previousSibling")-1,… in PHP_MINIT_FUNCTION()
649dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", sizeof("nextSibling")-1, dom_nod… in PHP_MINIT_FUNCTION()
650dom_register_prop_handler(&dom_node_prop_handlers, "attributes", sizeof("attributes")-1, dom_node_… in PHP_MINIT_FUNCTION()
651dom_register_prop_handler(&dom_node_prop_handlers, "isConnected", sizeof("isConnected")-1, dom_nod… in PHP_MINIT_FUNCTION()
652dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", sizeof("ownerDocument")-1, dom… in PHP_MINIT_FUNCTION()
653dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", sizeof("namespaceURI")-1, dom_n… in PHP_MINIT_FUNCTION()
654dom_register_prop_handler(&dom_node_prop_handlers, "prefix", sizeof("prefix")-1, dom_node_prefix_r… in PHP_MINIT_FUNCTION()
655dom_register_prop_handler(&dom_node_prop_handlers, "localName", sizeof("localName")-1, dom_node_lo… in PHP_MINIT_FUNCTION()
656dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", sizeof("baseURI")-1, dom_node_base_u… in PHP_MINIT_FUNCTION()
657dom_register_prop_handler(&dom_node_prop_handlers, "textContent", sizeof("textContent")-1, dom_nod… in PHP_MINIT_FUNCTION()
664dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom… in PHP_MINIT_FUNCTION()
665dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeValue", sizeof("nodeValue")-1, d… in PHP_MINIT_FUNCTION()
666dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom… in PHP_MINIT_FUNCTION()
667dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", sizeof("prefix")-1, dom_nod… in PHP_MINIT_FUNCTION()
668dom_register_prop_handler(&dom_namespace_node_prop_handlers, "localName", sizeof("localName")-1, d… in PHP_MINIT_FUNCTION()
669dom_register_prop_handler(&dom_namespace_node_prop_handlers, "namespaceURI", sizeof("namespaceURI"… in PHP_MINIT_FUNCTION()
670dom_register_prop_handler(&dom_namespace_node_prop_handlers, "isConnected", sizeof("isConnected")-… in PHP_MINIT_FUNCTION()
671dom_register_prop_handler(&dom_namespace_node_prop_handlers, "ownerDocument", sizeof("ownerDocumen… in PHP_MINIT_FUNCTION()
672dom_register_prop_handler(&dom_namespace_node_prop_handlers, "parentNode", sizeof("parentNode")-1,… in PHP_MINIT_FUNCTION()
673dom_register_prop_handler(&dom_namespace_node_prop_handlers, "parentElement", sizeof("parentElemen… in PHP_MINIT_FUNCTION()
680dom_register_prop_handler(&dom_documentfragment_prop_handlers, "firstElementChild", sizeof("firstE… in PHP_MINIT_FUNCTION()
681dom_register_prop_handler(&dom_documentfragment_prop_handlers, "lastElementChild", sizeof("lastEle… in PHP_MINIT_FUNCTION()
682dom_register_prop_handler(&dom_documentfragment_prop_handlers, "childElementCount", sizeof("childE… in PHP_MINIT_FUNCTION()
690dom_register_prop_handler(&dom_document_prop_handlers, "doctype", sizeof("doctype")-1, dom_documen… in PHP_MINIT_FUNCTION()
691dom_register_prop_handler(&dom_document_prop_handlers, "implementation", sizeof("implementation")-… in PHP_MINIT_FUNCTION()
692dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", sizeof("documentElement"… in PHP_MINIT_FUNCTION()
693dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", sizeof("actualEncoding")-… in PHP_MINIT_FUNCTION()
694dom_register_prop_handler(&dom_document_prop_handlers, "encoding", sizeof("encoding")-1, dom_docum… in PHP_MINIT_FUNCTION()
695dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", sizeof("xmlEncoding")-1, dom… in PHP_MINIT_FUNCTION()
696dom_register_prop_handler(&dom_document_prop_handlers, "standalone", sizeof("standalone")-1, dom_d… in PHP_MINIT_FUNCTION()
697dom_register_prop_handler(&dom_document_prop_handlers, "xmlStandalone", sizeof("xmlStandalone")-1,… in PHP_MINIT_FUNCTION()
698dom_register_prop_handler(&dom_document_prop_handlers, "version", sizeof("version")-1, dom_documen… in PHP_MINIT_FUNCTION()
699dom_register_prop_handler(&dom_document_prop_handlers, "xmlVersion", sizeof("xmlVersion")-1, dom_d… in PHP_MINIT_FUNCTION()
700dom_register_prop_handler(&dom_document_prop_handlers, "strictErrorChecking", sizeof("strictErrorC… in PHP_MINIT_FUNCTION()
701dom_register_prop_handler(&dom_document_prop_handlers, "documentURI", sizeof("documentURI")-1, dom… in PHP_MINIT_FUNCTION()
702dom_register_prop_handler(&dom_document_prop_handlers, "config", sizeof("config")-1, dom_document_… in PHP_MINIT_FUNCTION()
703dom_register_prop_handler(&dom_document_prop_handlers, "formatOutput", sizeof("formatOutput")-1, d… in PHP_MINIT_FUNCTION()
704dom_register_prop_handler(&dom_document_prop_handlers, "validateOnParse", sizeof("validateOnParse"… in PHP_MINIT_FUNCTION()
705dom_register_prop_handler(&dom_document_prop_handlers, "resolveExternals", sizeof("resolveExternal… in PHP_MINIT_FUNCTION()
706dom_register_prop_handler(&dom_document_prop_handlers, "preserveWhiteSpace", sizeof("preserveWhite… in PHP_MINIT_FUNCTION()
707dom_register_prop_handler(&dom_document_prop_handlers, "recover", sizeof("recover")-1, dom_documen… in PHP_MINIT_FUNCTION()
708dom_register_prop_handler(&dom_document_prop_handlers, "substituteEntities", sizeof("substituteEnt… in PHP_MINIT_FUNCTION()
710dom_register_prop_handler(&dom_document_prop_handlers, "firstElementChild", sizeof("firstElementCh… in PHP_MINIT_FUNCTION()
711dom_register_prop_handler(&dom_document_prop_handlers, "lastElementChild", sizeof("lastElementChil… in PHP_MINIT_FUNCTION()
712dom_register_prop_handler(&dom_document_prop_handlers, "childElementCount", sizeof("childElementCo… in PHP_MINIT_FUNCTION()
723dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", sizeof("length")-1, dom_nodelist_… in PHP_MINIT_FUNCTION()
732dom_register_prop_handler(&dom_namednodemap_prop_handlers, "length", sizeof("length")-1, dom_named… in PHP_MINIT_FUNCTION()
739dom_register_prop_handler(&dom_characterdata_prop_handlers, "data", sizeof("data")-1, dom_characte… in PHP_MINIT_FUNCTION()
740dom_register_prop_handler(&dom_characterdata_prop_handlers, "length", sizeof("length")-1, dom_char… in PHP_MINIT_FUNCTION()
741dom_register_prop_handler(&dom_characterdata_prop_handlers, "previousElementSibling", sizeof("prev… in PHP_MINIT_FUNCTION()
742dom_register_prop_handler(&dom_characterdata_prop_handlers, "nextElementSibling", sizeof("nextElem… in PHP_MINIT_FUNCTION()
750dom_register_prop_handler(&dom_attr_prop_handlers, "name", sizeof("name")-1, dom_attr_name_read, N… in PHP_MINIT_FUNCTION()
751dom_register_prop_handler(&dom_attr_prop_handlers, "specified", sizeof("specified")-1, dom_attr_sp… in PHP_MINIT_FUNCTION()
752dom_register_prop_handler(&dom_attr_prop_handlers, "value", sizeof("value")-1, dom_attr_value_read… in PHP_MINIT_FUNCTION()
753dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", sizeof("ownerElement")-1, dom_a… in PHP_MINIT_FUNCTION()
754dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", sizeof("schemaTypeInfo")-1, d… in PHP_MINIT_FUNCTION()
762dom_register_prop_handler(&dom_element_prop_handlers, "tagName", sizeof("tagName")-1, dom_element_… in PHP_MINIT_FUNCTION()
763dom_register_prop_handler(&dom_element_prop_handlers, "className", sizeof("className")-1, dom_elem… in PHP_MINIT_FUNCTION()
764dom_register_prop_handler(&dom_element_prop_handlers, "id", sizeof("id")-1, dom_element_id_read, d… in PHP_MINIT_FUNCTION()
765dom_register_prop_handler(&dom_element_prop_handlers, "schemaTypeInfo", sizeof("schemaTypeInfo")-1… in PHP_MINIT_FUNCTION()
766dom_register_prop_handler(&dom_element_prop_handlers, "firstElementChild", sizeof("firstElementChi… in PHP_MINIT_FUNCTION()
767dom_register_prop_handler(&dom_element_prop_handlers, "lastElementChild", sizeof("lastElementChild… in PHP_MINIT_FUNCTION()
768dom_register_prop_handler(&dom_element_prop_handlers, "childElementCount", sizeof("childElementCou… in PHP_MINIT_FUNCTION()
769dom_register_prop_handler(&dom_element_prop_handlers, "previousElementSibling", sizeof("previousEl… in PHP_MINIT_FUNCTION()
770dom_register_prop_handler(&dom_element_prop_handlers, "nextElementSibling", sizeof("nextElementSib… in PHP_MINIT_FUNCTION()
778dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", sizeof("wholeText")-1, dom_text_wh… in PHP_MINIT_FUNCTION()
794dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", sizeof("name")-1, dom_documentt… in PHP_MINIT_FUNCTION()
795dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", sizeof("entities")-1, dom_d… in PHP_MINIT_FUNCTION()
796dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", sizeof("notations")-1, dom… in PHP_MINIT_FUNCTION()
797dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", sizeof("publicId")-1, dom_d… in PHP_MINIT_FUNCTION()
798dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", sizeof("systemId")-1, dom_d… in PHP_MINIT_FUNCTION()
799dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", sizeof("internalSubse… in PHP_MINIT_FUNCTION()
807dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", sizeof("publicId")-1, dom_notat… in PHP_MINIT_FUNCTION()
808dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", sizeof("systemId")-1, dom_notat… in PHP_MINIT_FUNCTION()
816dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", sizeof("publicId")-1, dom_entity_… in PHP_MINIT_FUNCTION()
817dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", sizeof("systemId")-1, dom_entity_… in PHP_MINIT_FUNCTION()
818dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", sizeof("notationName")-1, dom… in PHP_MINIT_FUNCTION()
819dom_register_prop_handler(&dom_entity_prop_handlers, "actualEncoding", sizeof("actualEncoding")-1,… in PHP_MINIT_FUNCTION()
820dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", sizeof("encoding")-1, dom_entity_… in PHP_MINIT_FUNCTION()
821dom_register_prop_handler(&dom_entity_prop_handlers, "version", sizeof("version")-1, dom_entity_ve… in PHP_MINIT_FUNCTION()
840dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", sizeof("target")-1, … in PHP_MINIT_FUNCTION()
841dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", sizeof("data")-1, dom_… in PHP_MINIT_FUNCTION()
855dom_register_prop_handler(&dom_xpath_prop_handlers, "document", sizeof("document")-1, dom_xpath_do… in PHP_MINIT_FUNCTION()
856dom_register_prop_handler(&dom_xpath_prop_handlers, "registerNodeNamespaces", sizeof("registerNode… in PHP_MINIT_FUNCTION()