| net.sf.saxon.functions.SystemFunction net.sf.saxon.functions.TreatFn
TreatFn | public class TreatFn extends SystemFunction (Code) | | This class supports the XPath 2.0 functions exactly-one(), one-or-more(), zero-or-one().
Because Saxon doesn't do strict static type checking, these are essentially identity
functions; the run-time type checking is done as part of the function call mechanism
|
getErrorCodeForTypeErrors | public String getErrorCodeForTypeErrors()(Code) | | Return the error code to be used for type errors
|
Fields inherited from net.sf.saxon.functions.SystemFunction | protected int operation(Code)(Java Doc)
|
|
|