Interface STNodeLoader

All Superinterfaces:
BiFunction<Path,com.vladsch.flexmark.util.ast.Node,List<STNodeAssembly>>
All Known Implementing Classes:
STDefaultNodeLoader

public interface STNodeLoader extends BiFunction<Path,com.vladsch.flexmark.util.ast.Node,List<STNodeAssembly>>