Class FuncStartsWith

All Implemented Interfaces:
SourceLocator, ExpressionNode, XPathVisitable

public class FuncStartsWith extends Function2Args
Execute the StartsWith() function.
  • Constructor Details

    • FuncStartsWith

      public FuncStartsWith()
  • Method Details

    • execute

      public XObject execute(XPathContext xctxt) throws TransformerException
      Execute an expression in the XPath runtime context, and return the result of the expression.
      Overrides:
      execute in class Function
      Parameters:
      xctxt - The XPath runtime context.
      Returns:
      The result of the expression in the form of a XObject.
      Throws:
      TransformerException - if a runtime exception occurs.