record TXQPathMatchingStep
Unit
xquery
Declaration
type TXQPathMatchingStep = record
Description
Step of a query in a tree
* *You can use it to use queries, but it is intended for internal use
Overview
Fields
Methods
Description
Fields
namespaceURLOrPrefix: string; |
Namespace the matched node must be in (only used if qmCheckNamespace is set)
|
value: string; |
If value <> '' , only nodes with the corresponding value are found (value = node-name for element node, value = text for text/comment nodes)
|
matching: TXQPathMatchingKinds; |
Which nodes match the query command. If this is [], _nothing_ is found! The elements of the set [qmElement,qmText,qmComment,qmProcessingInstruction,qmAttribute] match nodes of a certain type, qmValue activates the value field.
|
specialCase: TXQTerm; |
Term used for qcFunctionSpecialCase
|
Methods
function serialize: string; |
|
function namespaceChecked: boolean; |
|
Generated by PasDoc 0.14.0.
|