Uses of Class
com.attribyte.parser.ContentSplitter
Packages that use ContentSplitter
-
Uses of ContentSplitter in com.attribyte.parser
Methods in com.attribyte.parser that return ContentSplitterModifier and TypeMethodDescriptionContentSplitter.convertToInlineWithBreak(String tagName, String... mapTags) Create a mapping function that converts a tag to an inline tag followed by a break.ContentSplitter.withContainerTag(@NonNull String containerTag) Create a copy of this content splitter with new container tag.ContentSplitter.withIgnoreTags(@NonNull Set<String> ignoreTags) Create a copy of this content splitter with different ignore tags.ContentSplitter.withMapTags(@NonNull Map<String, Function<org.jsoup.nodes.Element, List<org.jsoup.nodes.Node>>> mapTags) Create a copy of this content splitter with different map tag functions.ContentSplitter.withPreserveTags(@NonNull Set<String> preserveTags) Create a copy of this content splitter with different preserve tags.