Class ElementRuleBaseState

    • Constructor Detail

      • ElementRuleBaseState

        ElementRuleBaseState()
    • Method Detail

      • getReader

        protected RELAXCoreReader getReader()
        gets reader in type-safe fashion
      • getContentModel

        protected abstract Expression getContentModel()
        gets content model of this elementRule
      • onEndInlineClause

        protected void onEndInlineClause​(TagClause inlineTag)
        notification of inline tag element. this method is called by InlineTagState after it is parsed
      • 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