File: XPath.xml

package info (click to toggle)
librexml-ruby 1.2.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 792 kB
  • ctags: 655
  • sloc: ruby: 3,778; xml: 1,609; java: 109; makefile: 43
file content (19 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE class>
<class name='XPath'>
  <include name='Functions'>
    
  </include>
  <method name='XPath::first'/>
  <method name='XPath::each'/>
  <method name='XPath::match'/>
  <method name='XPath::filter'>
     Given an array of nodes it filters the array based on the path. The result is that when this method returns, the array will contain elements which match the path
  </method>
  <method name='XPath::axe'/>
  <method name='XPath::predicate'/>
  <method name='XPath::attribute'/>
  <method name='XPath::name'/>
  <method name='XPath::method_missing'/>
  <method name='XPath::function'/>
  <method name='XPath::parse_args'/>
</class>