Class AttPoolState

All Implemented Interfaces:
ExpressionOwner, ContentHandler

public class AttPoolState extends ClauseState
parses <attPool> element.
  • Constructor Details

    • AttPoolState

      public AttPoolState()
  • 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