IAttributeMarkerProcessor
PreviousProcessReplacementMarker(MarkupAttribute,StringBuilder,List<MarkupAttribute>,string)NextProcessReplacementMarker(MarkupAttribute,System.Text.StringBuilder,List<MarkupAttribute>,string)
Last updated
Was this helpful?
Last updated
Was this helpful?
Interface in Yarn.Markup
Provides a mechanism for producing replacement text for a marker.
Produces replacement text for a marker.
LineParser.RegisterMarkerProcessor(string,IAttributeMarkerProcessor): Registers an object as a marker processor for a given marker name.
LineParser.DeregisterMarkerProcessor(string): Removes any marker processor associated with a given marker name.