java.lang.Object
dev.metaschema.core.metapath.function.library.FnLocalName
/** Implements fn:local-name
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringfnLocalName(INodeItem arg) Get the name of the provided node item.
-
Method Details
-
fnLocalName
Get the name of the provided node item.Based on the XPath 3.1 fn:local-name function.
- Parameters:
arg- the node item to get the name for- Returns:
- the name of the node if it has one, or an empty string otherwise
-