Added Boolean category
This commit is contained in:
		@@ -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"
 | 
			
		||||
            }
 | 
			
		||||
            
 | 
			
		||||
        ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user