Added Boolean category

This commit is contained in:
2023-06-28 09:22:08 +02:00
parent 2cc4370516
commit 653caa8675
2 changed files with 92 additions and 13 deletions

View File

@@ -118,6 +118,19 @@
],
"documentationReferenceURL": "https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Node-Set-Functions"
},
{
"name": "lang()",
"description": "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.",
"arguments": [
{
"type": "string",
"description": "Language that will be looked for in context node"
}
],
"output": "boolean",
"examples": [],
"documentationReferenceURL": "https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Boolean-Functions"
}
]
},
@@ -194,19 +207,6 @@
}
],
"documentationReferenceURL": "https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Boolean-Functions"
},
{
"name": "lang()",
"description": "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.",
"arguments": [
{
"type": "string",
"description": "Language that will be looked for in context node"
}
],
"output": "boolean",
"examples": [],
"documentationReferenceURL": "https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Boolean-Functions"
}
]