org.apache.xpath.functions
public class FuncSystemProperty extends FunctionOneArg
UNKNOWN: advanced
Method Summary | |
---|---|
XObject | execute(XPathContext xctxt)
Execute the function. |
void | loadPropertyFile(String file, Properties target)
Retrieve a propery bundle from a specified file
|
Parameters: xctxt The current execution context.
Returns: A valid XObject.
Throws: javax.xml.transform.TransformerException
Parameters: file The string name of the property file. The name should already be fully qualified as path/filename target The target property bag the file will be placed into.