org.apache.xpath.functions
Class FuncSystemProperty
- ExpressionNode, ExpressionOwner, java.io.Serializable, SourceLocator, XPathVisitable
public class FuncSystemProperty
Execute the SystemProperty() function.
asIterator, asIteratorRaw, asNode, assertion, bool, canTraverseOutsideSubtree, deepEquals, error, execute, execute, execute, execute, executeCharsToContentHandler, exprAddChild, exprGetChild, exprGetNumChildren, exprGetParent, exprSetParent, fixupVariables, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isNodesetExpr, isStableNumber, num, warn, xstr |
execute
public XObject execute(XPathContext xctxt)
throws javax.xml.transform.TransformerException Execute the function. The function must return
a valid object.
- execute in interface Function
xctxt - The current execution context.
loadPropertyFile
public void loadPropertyFile(String file,
Properties target) Retrieve a propery bundle from a specified file
file - The string name of the property file. The name
should already be fully qualified as path/filenametarget - The target property bag the file will be placed into.
Copyright B) 2005 Apache XML Project. All Rights Reserved.