Interface TagValueContext


  • public interface TagValueContext
    Communication interface between Parser and a TagValueListener that allows listeners to request that a parser/listener pair be pushed onto the stack to handle the current tag.
    Since:
    1.2
    Author:
    Mathew Pocock
    • Method Detail

      • pushParser

        void pushParser​(TagValueParser subParser,
                        TagValueListener subListener)

        Push a parser and listener pair onto the parser stack.

        This will result in the parser using subParser to process all values of the current tag.