com.rayrobdod.script

parser

package parser

Visibility
  1. Public
  2. All

Type Members

  1. class AggregateScriptFromXml extends ScriptFromXml

    A ScriptFromXml which, when instructed to convert an xml Elem, will forward the instruction to the first of its child ScriptFromXmls which is capable of handling the ScriptElement

  2. trait AttrsToUseFun[State] extends AnyRef

    Determines, based on an Xml Element's attributes, a function that determines whether, based on a program's state, whether a script element is used or not.

  3. trait ScriptFromXml extends AnyRef

    Constructs script elements from xml

Value Members

  1. object BaseScriptFromXml extends ScriptFromXml

    Constructs base script elements from xml

Ungrouped