Class SystemFunctionCall


public class SystemFunctionCall extends XSLTFunction
A implementation of the "system-property" function call
Version:
$Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
Author:
Keith Visco
  • Field Details

  • Constructor Details

    • SystemFunctionCall

      public SystemFunctionCall(ProcessorState ps)
      Creates a new SystemFunctionCall using the default function type (system-property())
    • SystemFunctionCall

      public SystemFunctionCall(ProcessorState ps, short type)
      Creates a new SystemFunctionCall
  • Method Details