Interface TagRule

    • Method Detail

      • shouldProcess

        boolean shouldProcess​(String name)
        Called by the HTMLProcessor to determine if a rule should be called for a given tag. The name parameter will always be passed in lowercase.
      • process

        void process​(Tag tag)