Class IncludeParserRuntime

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, NGCCEventSource

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

      • IncludeParserRuntime

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