Class TreatFn

  • All Implemented Interfaces:
    java.io.Serializable, javax.xml.transform.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:
    Serialized Form
    • Constructor Detail

      • TreatFn

        public TreatFn()