Uses of Interface
org.htmlcleaner.BaseToken
Packages that use BaseToken
-
Uses of BaseToken in org.htmlcleaner
Subinterfaces of BaseToken in org.htmlcleanerModifier and TypeInterfaceDescriptioninterface
Marker interface denoting nodes of the document treeClasses in org.htmlcleaner that implement BaseTokenModifier and TypeClassDescriptionclass
class
Base class for all tokens.class
class
HTML comment token.class
HTML text token.class
HTML doctype token.class
HTML tag end token.class
XML node tag - basic node of the cleaned HTML tree.class
HTML tag token - descendants are start (TagNode) and end token (EndTagToken).Methods in org.htmlcleaner that return types with arguments of type BaseTokenModifier and TypeMethodDescriptionTagNode.getAllChildren()
BaseHtmlNode.getSiblings()
HtmlNode.getSiblings()
Method parameters in org.htmlcleaner with type arguments of type BaseTokenModifier and TypeMethodDescriptionprotected void
DomSerializer.createSubnodes
(Document document, Element element, List<? extends BaseToken> tagChildren) Serialize a given HTML Cleaner node.void
TagNode.setChildren
(List<? extends BaseToken> children)