Class InlineTagState

  • All Implemented Interfaces:
    ExpressionOwner, org.xml.sax.ContentHandler

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

      • InlineTagState

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