public interface NodeAttributeProviderState<T extends com.vladsch.flexmark.util.ast.Node>
| Modifier and Type | Method and Description |
|---|---|
void |
setAttributes(com.vladsch.flexmark.util.html.Attributes attributes,
T node)
Sets node's attributes.
|
void setAttributes(com.vladsch.flexmark.util.html.Attributes attributes, T node)
attributes - node attributes.node - the specific node in which the attributes are going to be set.Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.