Class TreatFn

All Implemented Interfaces:
Serializable, SourceLocator, Container, Expression, InstructionInfoProvider

public class TreatFn extends SystemFunction
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
See Also:
  • Constructor Details

    • TreatFn

      public TreatFn()
  • Method Details