Uses of Enum
org.commonmark.parser.IncludeSourceSpans
Packages that use IncludeSourceSpans
-
Uses of IncludeSourceSpans in org.commonmark.internal
Fields in org.commonmark.internal declared as IncludeSourceSpansModifier and TypeFieldDescriptionprivate final IncludeSourceSpansDocumentParser.includeSourceSpansConstructors in org.commonmark.internal with parameters of type IncludeSourceSpansModifierConstructorDescriptionDocumentParser(List<BlockParserFactory> blockParserFactories, InlineParserFactory inlineParserFactory, List<InlineContentParserFactory> inlineContentParserFactories, List<DelimiterProcessor> delimiterProcessors, List<LinkProcessor> linkProcessors, Set<Character> linkMarkers, IncludeSourceSpans includeSourceSpans) -
Uses of IncludeSourceSpans in org.commonmark.parser
Fields in org.commonmark.parser declared as IncludeSourceSpansModifier and TypeFieldDescriptionprivate IncludeSourceSpansParser.Builder.includeSourceSpansprivate final IncludeSourceSpansParser.includeSourceSpansMethods in org.commonmark.parser that return IncludeSourceSpansModifier and TypeMethodDescriptionstatic IncludeSourceSpansReturns the enum constant of this type with the specified name.static IncludeSourceSpans[]IncludeSourceSpans.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.commonmark.parser with parameters of type IncludeSourceSpansModifier and TypeMethodDescriptionParser.Builder.includeSourceSpans(IncludeSourceSpans includeSourceSpans) Whether to calculate source positions for parsedNodes, seeNode.getSourceSpans().