-
isempty
- Type: boolean
- Indicates whether rules match based on emptyness. If not specified, the rule may match regardless of whether a node has children or not.
true
: The rule will only match nodes that contain no child elements.false
: The rule will only match nodes that contain one or more child elements.