Class InlineTagState

All Implemented Interfaces:
ExpressionOwner, ContentHandler

public class InlineTagState extends ClauseState
parses <tag> element inlined in <elementRule>
  • Constructor Details

    • InlineTagState

      public InlineTagState()
  • Method Details

    • 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