| net.sf.saxon.functions.SystemFunction net.sf.saxon.functions.Nilled
getNilledProperty | public static BooleanValue getNilledProperty(NodeInfo node)(Code) | | Determine whether a node has the nilled property
Parameters: node - the node in question (if null, the function returns null) the value of the nilled accessor. Returns null for any node other than anelement node. For an element node, returns true if the element has been validated andhas an xsi:nil attribute whose value is true. |
isNilled | public static boolean isNilled(NodeInfo node)(Code) | | Determine whether a node is nilled. Returns true if the value
of the nilled property is true; false if the value is false or absent
|
Fields inherited from net.sf.saxon.functions.SystemFunction | protected int operation(Code)(Java Doc)
|
|
|