代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/292144/3954983
hrl xmerl_xpath.hrl
%%% The contents of this file are subject to the Erlang Public License,
%%% Version 1.0, (the "License"); you may not use this file except in
%%% compliance with the License. You may obtain a copy of
www.eeworm.com/read/292144/3955002
erl xmerl_xpath.erl
%%% The contents of this file are subject to the Erlang Public License,
%%% Version 1.0, (the "License"); you may not use this file except in
%%% compliance with the License. You may obtain a copy of
www.eeworm.com/read/286752/4034868
cpp xpath_test.cpp
#include "../../tag.h"
using namespace gloox;
#include
#include
#include
int fail = 0;
void printResult( const std::string& name, Tag::TagList& result )
{
printf( ">
www.eeworm.com/read/271797/4223170
sln xpath_query.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XPath_Query", "XPath_Query.csproj", "{9C483DB6-DAD7-4164-AB73-B83
www.eeworm.com/read/442179/1764889
xtp if-xpath-attribute.xtp
Since xsl:if can be cumbersome, Resin adds a special XPath
function . Although if() is not part of the XPath standard,
it's expected tha
www.eeworm.com/read/442179/1764892
xtp xpath-find.xtp
XPath is a language for selecting XML nodes. It was originally part of the
XSLT spec, but was split out because the W3C realized XPath was useful
by itself.
In R
www.eeworm.com/read/442179/1764898
xtp xpath-select.xtp
Finding a node is useful but often you will want to select all nodes
matching a pattern. For example, a web spider will want to select all links
in a HTML page.
www.eeworm.com/read/430567/1920462
xpath test-2.xpath
(//. | //@* | //namespace::*)
[
ancestor-or-self::ds:SignedInfo
]