Each node is named within its parent.
This name can be used as the basis of a search.

To find all the nodes with QName ‘user’ in the name space with the standard prefix ‘usr’:
要在标准前缀为“usr”的命名空间中查找QName为“user”的所有节点:

QNAME:'usr:user'

This search type is related to path searches and only accepts name space prefixes and not full namespace entries.
This is equivalent to the search PATH:’//usr:user’
此搜索类型与路径搜索相关,只接受名称空间前缀,而不接受完整的命名空间项。
这相当于搜索 PATH:’//usr:user’

The local name of a QName is ISO9075 encoded. To search for a QName of local name ‘space separated’ and name space ‘example’, use:
QName的本地名称是ISO9075编码的。要搜索QName of local name是’space separated’ 且命名空间是’example’,请使用:

QNAME:'example:space_x0020_separated'
文档更新时间: 2020-02-10 17:45   作者:凌云文档