Package com.vladsch.flexmark.util.ast
package com.vladsch.flexmark.util.ast
-
ClassDescriptionImplemented by nodes after which text collecting visitor should add a line break regardless of whether there is a previous line breakUsed to visit only block nodes, non block nodes or children of non-block nodes are not visitedA node that uses delimiters in the source form (e.g.To be implemented by nodes marking their text as not for attachment by attributesTo be implemented by nodes marking their text as not for collectionTo be implemented by nodes marking their text as not for conversion to links or other decoration methods by extensionsTo be implemented by nodes marking their text as not for conversion to links or other decoration methods by extensionsTo be implemented by nodes marking their text as not to be trimmed because they represent whitespace or EOL textInterface to generic parser for RenderingTestCase customizationsRender interface for rendering implementation for RenderingTestCaseImplemented by nodes after which text collecting visitor should add a line breakInterface to visit variations on specific nodes: visit() visiting node and if no handler defined then visit node's children visitNodeOnly() visit node and if no handler then do not process children visitChildren() visit node's childrenAbstract visitor that visits all children by default.Non rendering inline node, paragraphs containing only these types are not rendered because they are emptyVisitHandler<N extends Node>Node visit handler for specific node typeNode visitor interface