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