- DelimitedNode - Interface in com.vladsch.flexmark.util.ast
-
- delimitedSegmentSpan(StringBuilder, BasedSequence, BasedSequence, BasedSequence, String) - Static method in class com.vladsch.flexmark.util.ast.Node
-
- delimitedSegmentSpanChars(StringBuilder, BasedSequence, BasedSequence, BasedSequence, String) - Static method in class com.vladsch.flexmark.util.ast.Node
-
- DescendantNodeIterable - Class in com.vladsch.flexmark.util.ast
-
- DescendantNodeIterable(ReversiblePeekingIterable<Node>) - Constructor for class com.vladsch.flexmark.util.ast.DescendantNodeIterable
-
iterate nodes, with descendants, depth first until all are done
- DescendantNodeIterator - Class in com.vladsch.flexmark.util.ast
-
- DescendantNodeIterator(ReversiblePeekingIterator<Node>) - Constructor for class com.vladsch.flexmark.util.ast.DescendantNodeIterator
-
iterate nodes, with descendants, depth first until all are done
- Document - Class in com.vladsch.flexmark.util.ast
-
- Document(DataHolder, BasedSequence) - Constructor for class com.vladsch.flexmark.util.ast.Document
-
- DoNotAttributeDecorate - Interface in com.vladsch.flexmark.util.ast
-
To be implemented by nodes marking their text as not for attachment by attributes
- DoNotCollectText - Interface in com.vladsch.flexmark.util.ast
-
To be implemented by nodes marking their text as not for collection
- DoNotDecorate - Interface in com.vladsch.flexmark.util.ast
-
To be implemented by nodes marking their text as not for conversion to links or other decoration methods by extensions
- DoNotLinkDecorate - Interface in com.vladsch.flexmark.util.ast
-
To be implemented by nodes marking their text as not for conversion to links or other decoration methods by extensions
- DoNotTrim - Interface in com.vladsch.flexmark.util.ast
-
To be implemented by nodes marking their text as not to be trimmed because they represent whitespace or EOL text