Uses of Interface
org.bndly.common.html.Content
-
-
Uses of Content in org.bndly.common.html
Subinterfaces of Content in org.bndly.common.html Modifier and Type Interface Description interfaceContentContainerinterfaceHTMLClasses in org.bndly.common.html that implement Content Modifier and Type Class Description classAbstractTagA basic model class for representing HTML document trees.classCommentclassEntityAll HTML entities&name;will be parsed as instances of this class.classProxyContentThe proxy content serves as a wrapper for HTML content.classSelfClosingTagA self closing tag is <br> or <hr/>.classTagA HTML tag may contain further content.classTextText is a model class for text content in a HTML document.Fields in org.bndly.common.html with type parameters of type Content Modifier and Type Field Description protected List<Content>ContentBuildingHandler. contentMethods in org.bndly.common.html that return Content Modifier and Type Method Description ContentProxyContent. getContent()Methods in org.bndly.common.html that return types with arguments of type Content Modifier and Type Method Description List<Content>ContentBuildingHandler. getContent()List<Content>ContentContainer. getContent()List<Content>Parser. getContent()List<Content>Tag. getContent()Methods in org.bndly.common.html with parameters of type Content Modifier and Type Method Description static voidPrettyPrintHandler. printContent(Content content, PrettyPrintHandler pph)voidProxyContent. setContent(Content content)Method parameters in org.bndly.common.html with type arguments of type Content Modifier and Type Method Description static voidHTMLUtils. applyCSSOnBulletpoints(List<Content> content, boolean isInList, String bulletPointIcon)static voidHTMLUtils. applyCSSOnUl(List<Content> content, String listType)static voidPrettyPrintHandler. printContent(List<Content> parsedContent, PrettyPrintHandler pph)voidTag. setContent(List<Content> content)
-