Package guideme.compiler.tags
Class DivTagCompiler
java.lang.Object
guideme.compiler.tags.DivTagCompiler
- All Implemented Interfaces:
TagCompiler
,Extension
-
Field Summary
Fields inherited from interface guideme.compiler.TagCompiler
EXTENSION_POINT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compileBlockContext
(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxFlowElement el) The tag names this compiler is responsible for.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface guideme.extensions.Extension
onExtensionsBuilt
Methods inherited from interface guideme.compiler.TagCompiler
compileFlowContext
-
Constructor Details
-
DivTagCompiler
public DivTagCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompiler
The tag names this compiler is responsible for.- Specified by:
getTagNames
in interfaceTagCompiler
-
compileBlockContext
public void compileBlockContext(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxFlowElement el) - Specified by:
compileBlockContext
in interfaceTagCompiler
-