Module script::xpath::eval_function
source · Functions§
- local_
name πReturns e.g. βrectβ for<svg:rect>
- name πReturns e.g. βsvg:rectβ for
<svg:rect>
- namespace_
uri πReturns e.g. the SVG namespace URI for<svg:rect>
- string_
value πReturns the text contents of the Node, or empty string if none. - substring π
- substring_
after πIf s2 is found inside s1, return everything after s2. Return all of s1 otherwise. - substring_
before πIf s2 is found inside s1, return everything before s2. Return all of s1 otherwise.