Main Content
matlab.io.xml.xpath.CompiledExpression Class
Namespace: matlab.io.xml.xpath
Description
An object of the matlab.io.xml.xpath.CompiledExpression
class represents a
compiled XPath expression. You can provide a CompiledExpression
object, instead
of the source XPath expression, to the evaluate
method of
a matlab.io.xml.xpath.Evaluator
object.
The matlab.io.xml.xpath.CompiledExpression
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
To create a matlab.io.xml.xpath.CompiledExpression
object, call the
compileExpression
method of a matlab.io.xml.xpath.Evaluator
object.
Properties
Examples
Version History
Introduced in R2021a