IAttributeMarkerProcessor
Interface in Yarn.Markup
Summary
Provides a mechanism for producing replacement text for a marker.
public interface IAttributeMarkerProcessor
Methods
Name
Description
Produces replacement text for a marker.
See Also
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.
PreviousProcessReplacementMarker(MarkupAttribute,StringBuilder,List<MarkupAttribute>,string)NextProcessReplacementMarker(MarkupAttribute,System.Text.StringBuilder,List<MarkupAttribute>,string)
Last updated
Was this helpful?