diff --git a/Frontend/tools/xpath.html b/Frontend/tools/xpath.html index 6ac40b7..2e1be1b 100644 --- a/Frontend/tools/xpath.html +++ b/Frontend/tools/xpath.html @@ -127,10 +127,10 @@ fn:count(node-set) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:count()
Returns the number of nodes in the node-set
- Arguments and return type: + Arguments: @@ -161,7 +161,7 @@ fn:id(object) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:id()
Returns the element specified by it's unique id, requires DTD

@@ -171,10 +171,10 @@ fn:local-name(node-set) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:local-name()
Returns the local-name for the first node in the node-set
- Arguments and return type: + Arguments:
Type
@@ -215,10 +215,10 @@ fn:namespace-uri(node-set) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:namespace-uri()
Returns the namespace-uri for the first node in the node-set
- Arguments and return type: + Arguments:
Type
@@ -255,17 +255,17 @@ fn:name(node-set) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:name()
Returns the name for the first node in the node-set
- Arguments and return type: + Arguments:
Type
- +
Type Description
node-setnode-set (Optional) Extract first node and return QName
Examples:
@@ -285,27 +285,6 @@
W3C Documentation reference: Node-Set-Functions
- - - - fn:name() -
- Returns the name for the context node
- Examples:
- - - - - - - - - -
ExpressionResult
current context nodeExtract first node and return QName

- W3C Documentation reference: Node-Set-Functions -
- @@ -317,7 +296,7 @@ fn:boolean(object) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:boolean()
The boolean function converts its argument to a boolean as follows: - Arguments and return type: + Arguments: @@ -384,10 +363,10 @@ fn:lang(string) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:lang()
The lang function returns true or false depending on whether the language of the context node as specified by xml:lang attributes is the same as or is a sublanguage of the language specified by the argument string. The language of the context node is determined by the value of the xml:lang attribute on the context node, or, if the context node has no xml:lang attribute, by the value of the xml:lang attribute on the nearest ancestor of the context node that has an xml:lang attribute. If there is no such attribute, then lang returns false. If there is such an attribute, then lang returns true if the attribute value is equal to the argument ignoring case, or if there is some suffix starting with - such that the attribute value is equal to the argument ignoring that suffix of the attribute value and ignoring case.
- Arguments and return type: + Arguments:
Type
Type