net.sf.saxon.functions
public class Nilled extends SystemFunction
Method Summary | |
---|---|
Item | evaluateItem(XPathContext c)
Evaluate the function |
static BooleanValue | getNilledProperty(NodeInfo node)
Determine whether a node has the nilled property |
static boolean | isNilled(NodeInfo node)
Determine whether a node is nilled. |
Parameters: node the node in question (if null, the function returns null)
Returns: the value of the nilled accessor. Returns null for any node other than an element node. For an element node, returns true if the element has been validated and has an xsi:nil attribute whose value is true.