Style Rule Tree
A StyleRuleTree comprises:
The complete set of live contexts for some position
Kwithin a sequenceSof style classifiers,A lazily populated transition table from possible next style classifiers to successor trees, and
The solutions accumulated so far during a traversal from the root tree.
Author
Todd L Smith
Properties
Determine whether the solution set is complete. The set is complete only when no contexts survive. Ordinarily, solutions are evaluated when the sequence S of style classifiers is exhausted, not when all contexts have been eliminated.
The final rendering contexts for the classifier sequence that terminates at this tree.
Functions
Accept classifier as the next style classifier in the current input sequence S; this involves using the wildcard sentinel iff none of the live contexts are expecting the incoming classifier explicitly.