Uses of Interface
io.markdom.model.MarkdomFactory
-
Packages that use MarkdomFactory Package Description io.markdom.common io.markdom.handler io.markdom.model -
-
Uses of MarkdomFactory in io.markdom.common
Methods in io.markdom.common with parameters of type MarkdomFactory Modifier and Type Method Description static MarkdomDocumentMarkdomExample. getExampleDocument(MarkdomFactory factory) -
Uses of MarkdomFactory in io.markdom.handler
Constructors in io.markdom.handler with parameters of type MarkdomFactory Constructor Description MarkdomDocumentMarkdomHandler(MarkdomFactory factory) -
Uses of MarkdomFactory in io.markdom.model
Methods in io.markdom.model that return MarkdomFactory Modifier and Type Method Description MarkdomFactoryMarkdomNode. getFactory()
-