Uses of Class
com.vladsch.flexmark.ext.attributes.internal.NodeAttributeRepository
-
Packages that use NodeAttributeRepository Package Description com.vladsch.flexmark.ext.attributes com.vladsch.flexmark.ext.attributes.internal -
-
Uses of NodeAttributeRepository in com.vladsch.flexmark.ext.attributes
Fields in com.vladsch.flexmark.ext.attributes with type parameters of type NodeAttributeRepository Modifier and Type Field Description static DataKey<NodeAttributeRepository>
AttributesExtension. NODE_ATTRIBUTES
-
Uses of NodeAttributeRepository in com.vladsch.flexmark.ext.attributes.internal
Fields in com.vladsch.flexmark.ext.attributes.internal declared as NodeAttributeRepository Modifier and Type Field Description private NodeAttributeRepository
AttributesAttributeProvider. nodeAttributeRepository
private NodeAttributeRepository
AttributesNodePostProcessor. nodeAttributeRepository
Methods in com.vladsch.flexmark.ext.attributes.internal that return types with arguments of type NodeAttributeRepository Modifier and Type Method Description DataKey<NodeAttributeRepository>
NodeAttributeRepository. getDataKey()
-