matlab.io.xml.xpath.Evaluator Class
Namespace: matlab.io.xml.xpath
Description
Use an object of the matlab.io.xml.xpath.Evaluator
class to create an XPath
expression evaluator.
The matlab.io.xml.xpath.Evaluator
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Description
evaluator = matlab.io.xml.xpath.Evaluator()
creates an XPath expression evaluator.
Properties
Methods
Examples
Algorithms
The MATLAB®
Evaluator
object supports the use of the following standard XPath functions
in XPath expressions:
current
document
element-available
format-number
function-available
generate-id
key
system-property
unparsed-entity-uri
For more information on definitions and usage of these functions, see XPath and XQuery Functions and Operators 3.1 on the World Wide Web Consortium website.
Version History
Introduced in R2021a