All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.xolite.expressions.jaxb_subst.BooleanExpression.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<expr xmlns="xo-lite.sf.net/examples/expression/jaxb_subst">
	<context>
		<variable name="a" value="true" />
		<variable name="b" value="true" />
		<variable name="c" value="false" />
		<variable name="d" value="true" />
	</context>
	<and>
		<or>
			<variable name="a" />
			<variable name="b" />
			<variable name="c" />
		</or>
		<not>
			<and>
				<variable name="a" />
				<variable name="c" />
			</and>
		</not>
		<or>
			<variable name="d" />
			<false />
		</or>
	</and>
</expr>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy