Module dev.metaschema.core
Class FnHasChildren
java.lang.Object
dev.metaschema.core.metapath.function.library.FnHasChildren
/** Implements fn:has-children
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanfnHasChildren(INodeItem arg) Determine if the provided node argument has model item children.
-
Method Details
-
fnHasChildren
Determine if the provided node argument has model item children.Based on the XPath 3.1 fn:has-children function.
- Parameters:
arg- the node item to check for children- Returns:
trueif the provided node has model item children, orfalseotherwise
-