Home
last modified time | relevance | path

Searched refs:xpath_expression (Results 1 – 25 of 37) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/xmlwrapp/
H A Dxpath_expression.cpp57 xpath_expression::xpath_expression (const char* xpath, in xpath_expression() function in xml::xpath_expression
69 xpath_expression::xpath_expression (const char* xpath, in xpath_expression() function in xml::xpath_expression
88 xpath_expression::xpath_expression (const char* xpath, in xpath_expression() function in xml::xpath_expression
108 xpath_expression::xpath_expression (const xpath_expression& other) : in xpath_expression() function in xml::xpath_expression
116 xpath_expression& xpath_expression::operator= (const xpath_expression& other) in operator =()
134 xpath_expression::~xpath_expression () in ~xpath_expression()
143 xpath_expression::xpath_expression(xpath_expression &&other) : in xpath_expression() function in xml::xpath_expression
153 xpath_expression & xpath_expression::operator=(xpath_expression &&other) in operator =()
170 void xpath_expression::compile () in compile()
191 xpath_expression::compile_type xpath_expression::get_compile_type() const in get_compile_type()
[all …]
H A Dextension_element.cpp50 const char * xpath_expression, in evaluate_xpath_expression() argument
64 reinterpret_cast<const xmlChar*>(xpath_expression), in evaluate_xpath_expression()
76 std::string(xpath_expression)); in evaluate_xpath_expression()
150 xpath_object extension_element::evaluate (const char * xpath_expression, in evaluate() argument
158 xpath_expression, in evaluate()
162 xpath_object extension_element::evaluate (const char * xpath_expression) in evaluate() argument
168 xpath_expression, NULL)); in evaluate()
H A Dnode.cpp1270 xml::node_set xml::node::run_xpath_query (const xml::xpath_expression& expr) { in run_xpath_query()
1294 xml::node::run_xpath_query (const xml::xpath_expression& expr) const { in run_xpath_query()
1320 return run_xpath_query(xpath_expression(expr, in run_xpath_query()
1326 return run_xpath_query(xpath_expression(expr, in run_xpath_query()
1368 xml::node::create_xpath_context (const xml::xpath_expression& expr) const { in create_xpath_context()
1412 xml::node::evaluate_xpath_expression (const xml::xpath_expression& expr, in evaluate_xpath_expression()
1416 if (expr.get_compile_type() == xpath_expression::type_compile) { in evaluate_xpath_expression()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/misc/xmlwrapp/
H A Dxpath_expression.hpp57 class xpath_expression class
78 xpath_expression (const char* xpath,
97 xpath_expression (const char* xpath, const ns& nspace,
116 xpath_expression (const char* xpath, const ns_list_type& nspace_list,
129 xpath_expression (const xpath_expression& other);
140 xpath_expression& operator= (const xpath_expression& other);
147 virtual ~xpath_expression ();
186 xpath_expression (xpath_expression &&other);
192 xpath_expression & operator=(xpath_expression &&other);
H A Dextension_element.hpp147 xpath_object evaluate (const char * xpath_expression,
157 xpath_object evaluate (const char * xpath_expression);
H A Dnode.hpp81 class xpath_expression;
1043 node_set run_xpath_query (const xpath_expression& expr);
1077 const node_set run_xpath_query (const xpath_expression& expr) const;
1416 void* create_xpath_context (const xml::xpath_expression& expr) const;
1417 void* evaluate_xpath_expression (const xml::xpath_expression& expr, void* context) const;
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dxml.c75 char * linphone_get_xml_text_content(xmlparsing_context_t *xml_ctx, const char *xpath_expression) { in linphone_get_xml_text_content() argument
80 xpath_obj = xmlXPathEvalExpression((const xmlChar *)xpath_expression, xml_ctx->xpath_ctx); in linphone_get_xml_text_content()
97 …l_attribute_text_content(xmlparsing_context_t *xml_ctx, const char *xpath_expression, const char *… in linphone_get_xml_attribute_text_content() argument
101 xpath_obj = xmlXPathEvalExpression((const xmlChar *)xpath_expression, xml_ctx->xpath_ctx); in linphone_get_xml_attribute_text_content()
128 …e_get_xml_xpath_object_for_node_list(xmlparsing_context_t *xml_ctx, const char *xpath_expression) { in linphone_get_xml_xpath_object_for_node_list() argument
129 return xmlXPathEvalExpression((const xmlChar *)xpath_expression, xml_ctx->xpath_ctx); in linphone_get_xml_xpath_object_for_node_list()
H A Dprivate.h1701 char * linphone_get_xml_text_content(xmlparsing_context_t *xml_ctx, const char *xpath_expression);
1702 …l_attribute_text_content(xmlparsing_context_t *xml_ctx, const char *xpath_expression, const char *…
1704 …ne_get_xml_xpath_object_for_node_list(xmlparsing_context_t *xml_ctx, const char *xpath_expression);
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dbind.c385 xmlXPathEvalExpression(BAD_CAST xpath_expression, xpathCtx); in bind_xml_read_timestamp()
388 xpath_expression); in bind_xml_read_timestamp()
400 xpath_expression, xpathObj->nodesetval->nodeNr); in bind_xml_read_timestamp()
466 xmlXPathEvalExpression(BAD_CAST xpath_expression, xpathCtx); in bind_parse_generic_name_value()
469 xpath_expression); in bind_parse_generic_name_value()
521 (num_entries == 1) ? "entry" : "entries", xpath_expression); in bind_parse_generic_name_value()
545 xmlXPathEvalExpression(BAD_CAST xpath_expression, xpathCtx); in bind_parse_generic_value_list()
548 xpath_expression); in bind_parse_generic_value_list()
600 const char *xpath_expression, /* {{{ */ in bind_parse_generic_name_attr_value_list() argument
605 xmlXPathEvalExpression(BAD_CAST xpath_expression, xpathCtx); in bind_parse_generic_name_attr_value_list()
[all …]
/dports/games/opencity/opencity-0.0.6.5stable/src/tinyxpath/
H A DMakefile.am16 xpath_expression.cpp \
32 xpath_expression.h \
H A DMakefile.in105 xpath_expression.$(OBJEXT) xpath_processor.$(OBJEXT) \
319 xpath_expression.cpp \
335 xpath_expression.h \
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpath_expression.Po@am__quote@
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/xml/
H A Dbuild.gni29 "xpath_expression.cc",
30 "xpath_expression.h",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/xml/
H A DBUILD.gn33 "xpath_expression.cc",
34 "xpath_expression.h",
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/lib/XML/LibXML/
H A DNode.pod41 @nodes = $node->findnodes( $xpath_expression );
44 $bool = $node->exists( $xpath_expression );
49 $c14nstring = $node->toStringC14N($with_comments, $xpath_expression , $xpath_context);
51 $c14nstring = $node->toStringC14N_v1_1($with_comments, $xpath_expression , $xpath_context);
53 $ec14nstring = $node->toStringEC14N($with_comments, $xpath_expression, $inclusive_prefix_list);
403 @nodes = $node->findnodes( $xpath_expression );
493 $bool = $node->exists( $xpath_expression );
533 $c14nstring = $node->toStringC14N($with_comments, $xpath_expression , $xpath_context);
543 The parameter $xpath_expression defines the nodeset of nodes that should be
550 If $xpath_expression is omitted or empty, toStringC14N() will include all nodes
[all …]
H A DXPathContext.pod27 $bool = $xpc->exists( $xpath_expression, $context_node );
262 $bool = $xpc->exists( $xpath_expression, $context_node );
/dports/net/grilo-plugins/grilo-plugins-0.3.14/src/shoutcast/
H A Dgrl-shoutcast.c387 gchar *xpath_expression; in xml_parse_result() local
434 xpath_expression = g_strdup_printf ("//station[@id = \"%s\"]", in xml_parse_result()
437 xpath_expression = g_strdup_printf ("//genre[@name = \"%s\"]", in xml_parse_result()
440 xpath_res = xmlXPathEvalExpression ((xmlChar *) xpath_expression, in xml_parse_result()
442 g_free (xpath_expression); in xml_parse_result()
/dports/www/domoticz/domoticz-2020.2/tinyxpath/
H A DMakefile.am6xpath_expression.cpp xpath_processor.cpp xpath_stack.cpp xpath_stream.cpp xpath_syntax.cpp xpath_s…
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/mp3tunes/libmp3tunes/
H A Dlocker.c127 xmlXPathObjectPtr xml_xpath_query(xml_xpath_t *xml_xpath, const char* xpath_expression) { in xml_xpath_query() argument
130 xpath_obj = xmlXPathEvalExpression((xmlChar*)xpath_expression, xml_xpath->xpath_ctx); in xml_xpath_query()
166 static char* xml_xpath_get_string(xml_xpath_t *xml_xpath, const char* xpath_expression) { in xml_xpath_get_string() argument
170 xpath_obj = xml_xpath_query(xml_xpath, xpath_expression); in xml_xpath_get_string()
181 int xml_xpath_get_integer(xml_xpath_t *xml_xpath, const char* xpath_expression) { in xml_xpath_get_integer() argument
183 char* str = xml_xpath_get_string(xml_xpath, xpath_expression); in xml_xpath_get_integer()
191 float xml_xpath_get_float(xml_xpath_t *xml_xpath, const char* xpath_expression) { in xml_xpath_get_float() argument
193 char* str = xml_xpath_get_string(xml_xpath, xpath_expression); in xml_xpath_get_float()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_helpers.c742 const xmlChar *xpath_expression = (xmlChar *) "child::doc"; local
749 xpathObj = xmlXPathEval(xpath_expression, xpathctxt);
827 const xmlChar *xpath_expression = (xmlChar *) "child::doc"; local
850 xpathObj = xmlXPathEval(xpath_expression, xpathctxt);
969 const xmlChar *xpath_expression = (xmlChar *) "child::doc"; local
1001 xpathObj = xmlXPathEval(xpath_expression, xpathctxt);
H A Dphp_solr_document.c354 xmlChar *xpath_expression = NULL; in solr_unserialize_document_fields() local
372 xpath_expression = (xmlChar *) "/solr_document/fields/field/@name"; in solr_unserialize_document_fields()
374 xpathObj = xmlXPathEval(xpath_expression, xpathctxt); in solr_unserialize_document_fields()
H A Dphp_solr_params.c429 const xmlChar *xpath_expression = (xmlChar *) "/solr_params/params/param/@type"; in solr_unserialize_solr_params_object() local
480 xpathObj = xmlXPathEval(xpath_expression, xpathctxt); in solr_unserialize_solr_params_object()
/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dexecute_w3c_tests.py454 xpath_expression = self.test.replace(INVALID_BASE_URL, effective_base_url)
456 xpath_expression = None
459 root_node = parser.parse(xpath_expression) # static evaluation
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/dbus/
H A Ddocument-interface.cpp1460 document_interface_get_xpath (DocumentInterface *doc_interface, char *xpath_expression, char ***ou…
1467 xpathObj = xmlXPathEvalExpression(xmlCharStrdup(xpath_expression), xpathCtx);
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/ovirt/
H A DBareosFdPluginOvirt.py1926 for xpath_expression in self.OVF_XPATH_EXPRESSIONS[element_name]:
1927 results += self.ovf.findall(xpath_expression, self.OVF_NAMESPACES)
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/ovirt/
H A DBareosFdPluginOvirt.py1926 for xpath_expression in self.OVF_XPATH_EXPRESSIONS[element_name]:
1927 results += self.ovf.findall(xpath_expression, self.OVF_NAMESPACES)

12