Uses of Interface
io.fixprotocol.md.event.GraphContext
-
Packages that use GraphContext Package Description io.fixprotocol.md.antlr io.fixprotocol.md.event -
-
Uses of GraphContext in io.fixprotocol.md.antlr
Constructor parameters in io.fixprotocol.md.antlr with type arguments of type GraphContext Constructor Description MarkdownEventSource(Consumer<? super GraphContext> contextConsumer) -
Uses of GraphContext in io.fixprotocol.md.event
Subinterfaces of GraphContext in io.fixprotocol.md.event Modifier and Type Interface Description interfaceContextA semantic context for subsequent contentsinterfaceDetailA Context with key-value propertiesinterfaceDetailTableA Context with a table of valuesinterfaceDocumentationDocumentation about somethinginterfaceMutableContextinterfaceMutableDetailinterfaceMutableDetailTableinterfaceMutableDocumentationMethod parameters in io.fixprotocol.md.event with type arguments of type GraphContext Modifier and Type Method Description booleanDocumentParser. parse(InputStream inputStream, Consumer<? super GraphContext> contextConsumer)Parse a markdown documentbooleanDocumentParser. parse(InputStream inputStream, Consumer<? super GraphContext> contextConsumer, DocumentParser.ParserErrorListener parserListener)Parse a markdown document
-