Uses of Interface
org.htmlcleaner.BaseToken
Packages that use BaseToken
-
Uses of BaseToken in org.htmlcleaner
Subinterfaces of BaseToken in org.htmlcleanerModifier and TypeInterfaceDescriptioninterfaceMarker interface denoting nodes of the document treeClasses in org.htmlcleaner that implement BaseTokenModifier and TypeClassDescriptionclassclassBase class for all tokens.classclassHTML comment token.classHTML text token.classHTML doctype token.classHTML tag end token.classXML node tag - basic node of the cleaned HTML tree.classHTML 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 voidDomSerializer.createSubnodes(Document document, Element element, List<? extends BaseToken> tagChildren) Serialize a given HTML Cleaner node.voidTagNode.setChildren(List<? extends BaseToken> children)