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