Class ExpressionParser


  • public final class ExpressionParser
    extends java.lang.Object
    Parser for XSL expressions and patterns. This code was originally inspired by James Clark's xt but has been totally rewritten (twice!)
    Author:
    Michael Kay
    • Constructor Detail

      • ExpressionParser

        public ExpressionParser()
    • Method Detail

      • makeSystemFunction

        public static Expression makeSystemFunction​(java.lang.String name)
        Make a system function (one whose name has no prefix). Note this is static and public so it can also be used from extension-function-available()