代码搜索:XPath
找到约 1,192 项符合「XPath」的源代码
代码结果 1,192
www.eeworm.com/read/430567/1920473
xpath test-0.xpath
(//. | //@* | //namespace::*)[ancestor-or-self::e6]
www.eeworm.com/read/430567/1920475
xpath test-1.xpath
(//. | //@* | //namespace::*)[ancestor-or-self::e6]
www.eeworm.com/read/430567/1920476
xpath example-7.xpath
(//.|//@*|//namespace::*)
[
self::ietf:e1
or
(parent::ietf:e1 and not(self::text() or self::e2))
or
count(id("E3")|ancestor-or-self::node
www.eeworm.com/read/430567/1920478
xpath example-7.xpath
(//.|//@*|//namespace::*)
[
self::ietf:e1
or
(parent::ietf:e1 and not(self::text() or self::e2))
or
count(id("E3")|ancestor-or-self::node
www.eeworm.com/read/430567/1920480
xpath test-3.xpath
(//. | //@* | //namespace::*)[ancestor-or-self::e6]
www.eeworm.com/read/430567/1920483
xpath test-2.xpath
(//. | //@* | //namespace::*)
[
ancestor-or-self::n1:elem2
]
www.eeworm.com/read/390680/2526068
c xpath2.c
/**
* section: XPath
* synopsis: Load a document, locate subelements with XPath, modify
* said elements and save the resulting document.
* purpose: Shows how to make a full round-