Class Title

    • Constructor Detail

      • Title

        public Title()
    • Method Detail

      • content

        public java.util.List<Element> content​(WorkerContext ctx,
                                               Tag tag,
                                               java.lang.String content)
        Description copied from interface: TagProcessor
        This method is called if there is text content encountered between the opening and closing tags this TagProcessor is mapped to.
        Specified by:
        content in interface TagProcessor
        Overrides:
        content in class AbstractTagProcessor
        Parameters:
        ctx - the WorkerContext
        tag - the tag encountered
        content - the text content between the tags this TagProcessor is mapped to.
        Returns:
        the element to add to the currentContent list