Class ObjectLookupExpression

  • All Implemented Interfaces:
    ExportAgent, Locatable, IdentityComparable, Traceable

    public class ObjectLookupExpression
    extends LookupExpression
    Saxon extension: a lookup expression of the form X?Y where X is a Java external object and Y is a method defined on that object. This class is used only where it is statically known that X is a Java external object, in which case it is often possible to determine the Java method to be called statically.