Package com.vladsch.flexmark.ast.util
Interface AttributeProvidingHandler.AttributeProvidingVisitor<N extends Node>
- All Superinterfaces:
AstAction<N>
- All Known Implementing Classes:
AttributeProviderAdapter
- Enclosing class:
- AttributeProvidingHandler<N extends Node>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributes
(N node, AttributablePart part, MutableAttributes attributes)
-
Method Details
-
setAttributes
-