Class IncludeParserRuntime

All Implemented Interfaces:
ContentHandler, NGCCEventSource

public class IncludeParserRuntime extends ParserRuntime
Used to parse grammar included by <include> elements.
Author:
Kohsuke Kawaguchi (kk@kohsuke.org)
  • Constructor Details

    • IncludeParserRuntime

      public IncludeParserRuntime(ParserRuntime parent)
      Parameters:
      The - parent runtime object that created this runtime.
  • Method Details