Enums
The following enums are available globally.
- 
                  
                  
This enum represents a result of a search by an XPath.
- none: The result value is undefined
 - nodeSet: The result value is a node set
 - bool: The result value is a boolean
 - number: The result value is a number
 - string: The result value is a string
 
Declaration
Swift
public enum XPathResult 
        Enums  Reference