Lines Matching refs:dom_register_prop_handler

300 static void dom_register_prop_handler(HashTable *prop_handler, char *name, size_t name_len, dom_rea…  in dom_register_prop_handler()  function
623dom_register_prop_handler(&dom_domstringlist_prop_handlers, "length", sizeof("length")-1, dom_doms… in PHP_MINIT_FUNCTION()
629dom_register_prop_handler(&dom_namelist_prop_handlers, "length", sizeof("length")-1, dom_namelist_… in PHP_MINIT_FUNCTION()
635dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", sizeof("length")-1, … in PHP_MINIT_FUNCTION()
644dom_register_prop_handler(&dom_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom_node_node… in PHP_MINIT_FUNCTION()
645dom_register_prop_handler(&dom_node_prop_handlers, "nodeValue", sizeof("nodeValue")-1, dom_node_no… in PHP_MINIT_FUNCTION()
646dom_register_prop_handler(&dom_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom_node_node… in PHP_MINIT_FUNCTION()
647dom_register_prop_handler(&dom_node_prop_handlers, "parentNode", sizeof("parentNode")-1, dom_node_… in PHP_MINIT_FUNCTION()
648dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", sizeof("childNodes")-1, dom_node_… in PHP_MINIT_FUNCTION()
649dom_register_prop_handler(&dom_node_prop_handlers, "firstChild", sizeof("firstChild")-1, dom_node_… in PHP_MINIT_FUNCTION()
650dom_register_prop_handler(&dom_node_prop_handlers, "lastChild", sizeof("lastChild")-1, dom_node_la… in PHP_MINIT_FUNCTION()
651dom_register_prop_handler(&dom_node_prop_handlers, "previousSibling", sizeof("previousSibling")-1,… in PHP_MINIT_FUNCTION()
652dom_register_prop_handler(&dom_node_prop_handlers, "nextSibling", sizeof("nextSibling")-1, dom_nod… in PHP_MINIT_FUNCTION()
653dom_register_prop_handler(&dom_node_prop_handlers, "attributes", sizeof("attributes")-1, dom_node_… in PHP_MINIT_FUNCTION()
654dom_register_prop_handler(&dom_node_prop_handlers, "ownerDocument", sizeof("ownerDocument")-1, dom… in PHP_MINIT_FUNCTION()
655dom_register_prop_handler(&dom_node_prop_handlers, "namespaceURI", sizeof("namespaceURI")-1, dom_n… in PHP_MINIT_FUNCTION()
656dom_register_prop_handler(&dom_node_prop_handlers, "prefix", sizeof("prefix")-1, dom_node_prefix_r… in PHP_MINIT_FUNCTION()
657dom_register_prop_handler(&dom_node_prop_handlers, "localName", sizeof("localName")-1, dom_node_lo… in PHP_MINIT_FUNCTION()
658dom_register_prop_handler(&dom_node_prop_handlers, "baseURI", sizeof("baseURI")-1, dom_node_base_u… in PHP_MINIT_FUNCTION()
659dom_register_prop_handler(&dom_node_prop_handlers, "textContent", sizeof("textContent")-1, dom_nod… in PHP_MINIT_FUNCTION()
665dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeName", sizeof("nodeName")-1, dom… in PHP_MINIT_FUNCTION()
666dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeValue", sizeof("nodeValue")-1, d… in PHP_MINIT_FUNCTION()
667dom_register_prop_handler(&dom_namespace_node_prop_handlers, "nodeType", sizeof("nodeType")-1, dom… in PHP_MINIT_FUNCTION()
668dom_register_prop_handler(&dom_namespace_node_prop_handlers, "prefix", sizeof("prefix")-1, dom_nod… in PHP_MINIT_FUNCTION()
669dom_register_prop_handler(&dom_namespace_node_prop_handlers, "localName", sizeof("localName")-1, d… in PHP_MINIT_FUNCTION()
670dom_register_prop_handler(&dom_namespace_node_prop_handlers, "namespaceURI", sizeof("namespaceURI"… 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()
680dom_register_prop_handler(&dom_document_prop_handlers, "doctype", sizeof("doctype")-1, dom_documen… in PHP_MINIT_FUNCTION()
681dom_register_prop_handler(&dom_document_prop_handlers, "implementation", sizeof("implementation")-… in PHP_MINIT_FUNCTION()
682dom_register_prop_handler(&dom_document_prop_handlers, "documentElement", sizeof("documentElement"… in PHP_MINIT_FUNCTION()
683dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", sizeof("actualEncoding")-… in PHP_MINIT_FUNCTION()
684dom_register_prop_handler(&dom_document_prop_handlers, "encoding", sizeof("encoding")-1, dom_docum… in PHP_MINIT_FUNCTION()
685dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", sizeof("xmlEncoding")-1, dom… in PHP_MINIT_FUNCTION()
686dom_register_prop_handler(&dom_document_prop_handlers, "standalone", sizeof("standalone")-1, dom_d… in PHP_MINIT_FUNCTION()
687dom_register_prop_handler(&dom_document_prop_handlers, "xmlStandalone", sizeof("xmlStandalone")-1,… in PHP_MINIT_FUNCTION()
688dom_register_prop_handler(&dom_document_prop_handlers, "version", sizeof("version")-1, dom_documen… in PHP_MINIT_FUNCTION()
689dom_register_prop_handler(&dom_document_prop_handlers, "xmlVersion", sizeof("xmlVersion")-1, dom_d… in PHP_MINIT_FUNCTION()
690dom_register_prop_handler(&dom_document_prop_handlers, "strictErrorChecking", sizeof("strictErrorC… in PHP_MINIT_FUNCTION()
691dom_register_prop_handler(&dom_document_prop_handlers, "documentURI", sizeof("documentURI")-1, dom… in PHP_MINIT_FUNCTION()
692dom_register_prop_handler(&dom_document_prop_handlers, "config", sizeof("config")-1, dom_document_… in PHP_MINIT_FUNCTION()
693dom_register_prop_handler(&dom_document_prop_handlers, "formatOutput", sizeof("formatOutput")-1, d… in PHP_MINIT_FUNCTION()
694dom_register_prop_handler(&dom_document_prop_handlers, "validateOnParse", sizeof("validateOnParse"… in PHP_MINIT_FUNCTION()
695dom_register_prop_handler(&dom_document_prop_handlers, "resolveExternals", sizeof("resolveExternal… in PHP_MINIT_FUNCTION()
696dom_register_prop_handler(&dom_document_prop_handlers, "preserveWhiteSpace", sizeof("preserveWhite… in PHP_MINIT_FUNCTION()
697dom_register_prop_handler(&dom_document_prop_handlers, "recover", sizeof("recover")-1, dom_documen… in PHP_MINIT_FUNCTION()
698dom_register_prop_handler(&dom_document_prop_handlers, "substituteEntities", sizeof("substituteEnt… in PHP_MINIT_FUNCTION()
710dom_register_prop_handler(&dom_nodelist_prop_handlers, "length", sizeof("length")-1, dom_nodelist_… in PHP_MINIT_FUNCTION()
720dom_register_prop_handler(&dom_namednodemap_prop_handlers, "length", sizeof("length")-1, dom_named… in PHP_MINIT_FUNCTION()
726dom_register_prop_handler(&dom_characterdata_prop_handlers, "data", sizeof("data")-1, dom_characte… in PHP_MINIT_FUNCTION()
727dom_register_prop_handler(&dom_characterdata_prop_handlers, "length", sizeof("length")-1, dom_char… in PHP_MINIT_FUNCTION()
734dom_register_prop_handler(&dom_attr_prop_handlers, "name", sizeof("name")-1, dom_attr_name_read, N… in PHP_MINIT_FUNCTION()
735dom_register_prop_handler(&dom_attr_prop_handlers, "specified", sizeof("specified")-1, dom_attr_sp… in PHP_MINIT_FUNCTION()
736dom_register_prop_handler(&dom_attr_prop_handlers, "value", sizeof("value")-1, dom_attr_value_read… in PHP_MINIT_FUNCTION()
737dom_register_prop_handler(&dom_attr_prop_handlers, "ownerElement", sizeof("ownerElement")-1, dom_a… in PHP_MINIT_FUNCTION()
738dom_register_prop_handler(&dom_attr_prop_handlers, "schemaTypeInfo", sizeof("schemaTypeInfo")-1, d… in PHP_MINIT_FUNCTION()
745dom_register_prop_handler(&dom_element_prop_handlers, "tagName", sizeof("tagName")-1, dom_element_… in PHP_MINIT_FUNCTION()
746dom_register_prop_handler(&dom_element_prop_handlers, "schemaTypeInfo", sizeof("schemaTypeInfo")-1… in PHP_MINIT_FUNCTION()
753dom_register_prop_handler(&dom_text_prop_handlers, "wholeText", sizeof("wholeText")-1, dom_text_wh… in PHP_MINIT_FUNCTION()
763dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeName", sizeof("typeName")-1, dom_typei… in PHP_MINIT_FUNCTION()
764dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeNamespace", sizeof("typeNamespace")-1,… in PHP_MINIT_FUNCTION()
771dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", sizeof("severity")-1, dom_domer… in PHP_MINIT_FUNCTION()
772dom_register_prop_handler(&dom_domerror_prop_handlers, "message", sizeof("message")-1, dom_domerro… in PHP_MINIT_FUNCTION()
773dom_register_prop_handler(&dom_domerror_prop_handlers, "type", sizeof("type")-1, dom_domerror_type… in PHP_MINIT_FUNCTION()
774dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", sizeof("relatedExceptio… in PHP_MINIT_FUNCTION()
775dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", sizeof("related_data")-1, d… in PHP_MINIT_FUNCTION()
776dom_register_prop_handler(&dom_domerror_prop_handlers, "location", sizeof("location")-1, dom_domer… in PHP_MINIT_FUNCTION()
783dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", sizeof("lineNumber")-1, dom… in PHP_MINIT_FUNCTION()
784dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", sizeof("columnNumber")-1,… in PHP_MINIT_FUNCTION()
785dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", sizeof("offset")-1, dom_domloca… in PHP_MINIT_FUNCTION()
786dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", sizeof("relatedNode")-1, d… in PHP_MINIT_FUNCTION()
787dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", sizeof("uri")-1, dom_domlocator_ur… in PHP_MINIT_FUNCTION()
797dom_register_prop_handler(&dom_documenttype_prop_handlers, "name", sizeof("name")-1, dom_documentt… in PHP_MINIT_FUNCTION()
798dom_register_prop_handler(&dom_documenttype_prop_handlers, "entities", sizeof("entities")-1, dom_d… in PHP_MINIT_FUNCTION()
799dom_register_prop_handler(&dom_documenttype_prop_handlers, "notations", sizeof("notations")-1, dom… in PHP_MINIT_FUNCTION()
800dom_register_prop_handler(&dom_documenttype_prop_handlers, "publicId", sizeof("publicId")-1, dom_d… in PHP_MINIT_FUNCTION()
801dom_register_prop_handler(&dom_documenttype_prop_handlers, "systemId", sizeof("systemId")-1, dom_d… in PHP_MINIT_FUNCTION()
802dom_register_prop_handler(&dom_documenttype_prop_handlers, "internalSubset", sizeof("internalSubse… in PHP_MINIT_FUNCTION()
809dom_register_prop_handler(&dom_notation_prop_handlers, "publicId", sizeof("publicId")-1, dom_notat… in PHP_MINIT_FUNCTION()
810dom_register_prop_handler(&dom_notation_prop_handlers, "systemId", sizeof("systemId")-1, dom_notat… in PHP_MINIT_FUNCTION()
817dom_register_prop_handler(&dom_entity_prop_handlers, "publicId", sizeof("publicId")-1, dom_entity_… in PHP_MINIT_FUNCTION()
818dom_register_prop_handler(&dom_entity_prop_handlers, "systemId", sizeof("systemId")-1, dom_entity_… in PHP_MINIT_FUNCTION()
819dom_register_prop_handler(&dom_entity_prop_handlers, "notationName", sizeof("notationName")-1, dom… in PHP_MINIT_FUNCTION()
820dom_register_prop_handler(&dom_entity_prop_handlers, "actualEncoding", sizeof("actualEncoding")-1,… in PHP_MINIT_FUNCTION()
821dom_register_prop_handler(&dom_entity_prop_handlers, "encoding", sizeof("encoding")-1, dom_entity_… in PHP_MINIT_FUNCTION()
822dom_register_prop_handler(&dom_entity_prop_handlers, "version", sizeof("version")-1, dom_entity_ve… in PHP_MINIT_FUNCTION()
832dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "target", sizeof("target")-1, … in PHP_MINIT_FUNCTION()
833dom_register_prop_handler(&dom_processinginstruction_prop_handlers, "data", sizeof("data")-1, dom_… in PHP_MINIT_FUNCTION()
849dom_register_prop_handler(&dom_xpath_prop_handlers, "document", sizeof("document")-1, dom_xpath_do… in PHP_MINIT_FUNCTION()