Uses of Class
gumbo.util.state.StateMerger

Packages that use StateMerger
gumbo.util.state   
 

Uses of StateMerger in gumbo.util.state
 

Subclasses of StateMerger in gumbo.util.state
 class AbsoluteStateMerger
          A state merger that updates the output state according to the current value of all its input states, which is effectively an or'ing of the input state flags.
 class DeltaStateMerger
          A state merger that updates the output state according to the changes in each received input state.