Uses of Class
com.vladsch.flexmark.ast.util.AttributeProviderAdapter
-
Packages that use AttributeProviderAdapter Package Description com.vladsch.flexmark.ast.util com.vladsch.flexmark.ext.zzzzzz.internal -
-
Uses of AttributeProviderAdapter in com.vladsch.flexmark.ast.util
Methods in com.vladsch.flexmark.ast.util that return AttributeProviderAdapter Modifier and Type Method Description AttributeProviderAdapter
AttributeProviderAdapter. addHandler(AttributeProvidingHandler handler)
AttributeProviderAdapter
AttributeProviderAdapter. addHandlers(AttributeProvidingHandler... handlers)
AttributeProviderAdapter
AttributeProviderAdapter. addHandlers(AttributeProvidingHandler[]... handlers)
AttributeProviderAdapter
AttributeProviderAdapter. addHandlers(java.util.Collection<AttributeProvidingHandler> handlers)
-
Uses of AttributeProviderAdapter in com.vladsch.flexmark.ext.zzzzzz.internal
Fields in com.vladsch.flexmark.ext.zzzzzz.internal declared as AttributeProviderAdapter Modifier and Type Field Description private AttributeProviderAdapter
ZzzzzzAttributeProvider. nodeAdapter
-