All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.bliki.html.wikipedia.TrTag Maven / Gradle / Ivy

The newest version!
package info.bliki.html.wikipedia;

import info.bliki.htmlcleaner.TagNode;


public class TrTag extends ConvertEmptyHTMLTag {

    @Override
    public void open(TagNode node, StringBuilder resultBuffer) {
        resultBuffer.append("\n|-");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy