Class InterleaveDispatcher

  • All Implemented Interfaces:
    UnmarshallingEventHandler

    public abstract class InterleaveDispatcher
    extends Object
    implements UnmarshallingEventHandler
    Splits the unmarshalling events to bracnhes to support XML Schema's <all> and RELAX NG's <interleave>

    This class will be extended by the generated code.

    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)