Module: Fabulator

Defined in:
lib/fabulator.rb,
lib/fabulator/lib.rb,
lib/fabulator/expr.rb,
lib/fabulator/context.rb,
lib/fabulator/lib/lib.rb,
lib/fabulator/tag_lib.rb,
lib/fabulator/version.rb,
lib/fabulator/template.rb,
lib/fabulator/expr/node.rb,
lib/fabulator/expr/step.rb,
lib/fabulator/core/group.rb,
lib/fabulator/core/state.rb,
lib/fabulator/lib/action.rb,
lib/fabulator/structural.rb,
lib/fabulator/core/filter.rb,
lib/fabulator/expr/parser.rb,
lib/fabulator/expr/context.rb,
lib/fabulator/expr/if_expr.rb,
lib/fabulator/expr/literal.rb,
lib/fabulator/expr/bin_expr.rb,
lib/fabulator/expr/for_expr.rb,
lib/fabulator/expr/function.rb,
lib/fabulator/expr/let_expr.rb,
lib/fabulator/lib/attribute.rb,
lib/fabulator/expr/path_expr.rb,
lib/fabulator/lib/structural.rb,
lib/fabulator/core/transition.rb,
lib/fabulator/expr/node_logic.rb,
lib/fabulator/expr/unary_expr.rb,
lib/fabulator/expr/union_expr.rb,
lib/fabulator/core/state_machine.rb,
lib/fabulator/core/actions/choose.rb,
lib/fabulator/expr/statement_list.rb,
lib/fabulator/core/actions/for_each.rb,
lib/fabulator/core/actions/variables.rb,
lib/fabulator/expr/axis_descendent_or_self.rb

Defined Under Namespace

Modules: Core, Expr, Lib, Template, VERSION Classes: Context, StateChangeException, Structural, TagLib

Constant Summary collapse

FAB_NS =
'http://dh.tamu.edu/ns/fabulator/1.0#'
FAB_LIB_NS =
'http://dh.tamu.edu/ns/fabulator/library/1.0#'