XL and Java syntax

This section presents the java bases in XL.

Java block

Java blocks are included in '{' brackets.

By default the code is in a java block.

XL block

XL block are inserted with '[' brackets.

XL block are used to perform queries.

Context

XL contexts can be created with '(*' . They are returning the result of the query as an aggregation of nodes. They can be used in Java blocks.