Class IncludeMergeState

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler
    Direct Known Subclasses:
    IncludeMergeState

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

      • IncludeMergeState

        public IncludeMergeState()
    • Method Detail

      • 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