FunctionsΒ§
- lang_
matches π - https://www.w3.org/TR/1999/REC-xpath-19991116/#function-lang
- 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>
- normalize_
space π - https://www.w3.org/TR/1999/REC-xpath-19991116/#function-normalize-space
- 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.