Package org.jaxen

Class XPathFunctionContext

    • Constructor Detail

      • XPathFunctionContext

        public XPathFunctionContext()
        Create a new XPath function context. All core XPath and Jaxen extension functions are registered.
      • XPathFunctionContext

        public XPathFunctionContext​(boolean includeExtensionFunctions)
        Create a new XPath function context. All core XPath functions are registered.
        Parameters:
        includeExtensionFunctions - if true extension functions are included; if false, they aren't
    • Method Detail

      • getInstance

        public static FunctionContext getInstance()
        Retrieve the default function context
        Returns:
        the default function context