Uses of Class
cloud.opencode.base.xml.xpath.XPathQuery
Packages that use XPathQuery
Package
Description
XPath Package - XPath query support
XPath 包 - XPath 查询支持
-
Uses of XPathQuery in cloud.opencode.base.xml.xpath
Methods in cloud.opencode.base.xml.xpath that return XPathQueryModifier and TypeMethodDescriptionstatic XPathQueryXPathQuery.create()Creates a new XPath query.Sets the Document to query.Adds a namespace binding.XPathQuery.namespaces(Map<String, String> namespaces) Adds multiple namespace bindings.Adds a variable binding.static XPathQueryOpenXPath.withNamespaces(Map<String, String> namespaces) Creates an XPath query with namespaces.Sets the XML to query.