Back to API Reference
Struct
ParsedRange
sealed
Represents a parsed text range with associated tag information.
Remarks
Used by ParseRule implementations to communicate which text regions should be affected by modifiers and where tags should be stripped.
public static ParsedRange SelfClosing()Creates a self-closing tag range that inserts content.
public ParseRule sourceRuleThe leaf rule that produced this range — stamped by aggregating rules (CompositeParseRule) so per-syntax consumers (markup chrome) resolve against the actual syntax, not the aggregate. Null = the matching rule itself.
public RangeChannel channelOptional semantic routing channel for the produced range entity.
