Class LoadProperties
- java.lang.Object
-
- org.exist.xquery.AbstractExpression
-
- org.exist.xquery.PathExpr
-
- org.exist.xquery.Function
-
- org.exist.xquery.BasicFunction
-
- org.fryske_akademy.exist.properties.LoadProperties
-
- All Implemented Interfaces:
org.exist.xquery.CompiledXQuery,org.exist.xquery.Expression,org.exist.xquery.RewritableExpression,org.xmldb.api.base.CompiledExpression
public class LoadProperties extends org.exist.xquery.BasicFunctionFunction to load properties from a file under a basePath into a map
-
-
Field Summary
Fields Modifier and Type Field Description static org.exist.xquery.FunctionSignaturesignature-
Fields inherited from class org.exist.xquery.Function
argumentsChecked, BUILTIN_FUNCTION_NS, parentModule
-
-
Constructor Summary
Constructors Constructor Description LoadProperties(org.exist.xquery.XQueryContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exist.xquery.functions.map.MapTypeeval(org.exist.xquery.value.Sequence[] args, org.exist.xquery.value.Sequence contextSequence)-
Methods inherited from class org.exist.xquery.Function
accept, analyze, checkArgument, checkArgumentTypeCardinality, createFunction, dump, getArgument, getArgumentCount, getArguments, getCardinality, getDependencies, getName, getParent, getParentModule, getSignature, isCalledAs, looseCheckArgumentType, returnsType, setArguments, setParent, setPrimaryAxis, setSignature, simplify, strictCheckArgumentType, toString
-
Methods inherited from class org.exist.xquery.PathExpr
add, add, addPath, addPredicate, allowMixedNodesInReturn, dump, getColumn, getContext, getDocumentSet, getExpression, getFirst, getLastExpression, getLength, getLine, getLiteralValue, getPrevious, getPrimaryAxis, getSubExpression, getSubExpressionCount, isValid, remove, replace, replaceLastExpression, reset, resetState, setContext, setUseStaticContext
-
Methods inherited from class org.exist.xquery.AbstractExpression
eval, evalNextExpressionOnEmptyContextSequence, getContextDocSet, getContextId, getExpressionId, getSource, needsReset, setASTNode, setContextDocSet, setContextId, setLocation
-
-