Main Content
matlab.io.xml.xpath.PrefixResolver Class
Namespace: matlab.io.xml.xpath
Description
The matlab.io.xml.xpath.PrefixResolver
class is an abstract base class for
deriving a resolver that resolves namespace prefixes that occur in XPath expressions. To
configure a matlab.io.xml.xpath.Evaluator
object to use a prefix resolver, set the
PrefixResolver
property of the Evaluator
object to an
object of the derived class and set the ResolvePrefixes
property to
true
.
The matlab.io.xml.xpath.PrefixResolver
class is a handle
class.
Class Attributes
Abstract | true |
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
Methods
Examples
Version History
Introduced in R2021a