* @throws ParsingException
* if this is not a valid ConditionType
*/
public static Apply getConditionInstance(Node root, String xpathVersion, VariableManager manager)
throws ParsingException {
return getInstance(root, FunctionFactory.getConditionInstance(), new PolicyMetaData(
PolicyMetaData.XACML_1_0_IDENTIFIER, xpathVersion), manager);
}