Class AttributeState

All Implemented Interfaces:
ExpressionOwner, ContentHandler
Direct Known Subclasses:
CompAttributeState

public class AttributeState extends AttributeState
parses <attribute> pattern.
Author:
Kohsuke KAWAGUCHI
  • Constructor Details

    • AttributeState

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