Class IncludeMergeState

All Implemented Interfaces:
ContentHandler
Direct Known Subclasses:
IncludeMergeState

public class IncludeMergeState extends SimpleState
<include> element as an immediate child of <grammar> element.
  • Constructor Details

    • IncludeMergeState

      public IncludeMergeState()
  • Method Details

    • createChildState

      protected State createChildState(StartTagInfo tag)
      Description copied from class: SimpleState
      creates appropriate child state object for this element
      Specified by:
      createChildState in class SimpleState
    • endSelf

      protected void endSelf()
      Description copied from class: SimpleState
      this method is called in endElement method when the state is about to be removed. derived-class should perform any wrap-up job
      Overrides:
      endSelf in class SimpleState