Yarn.Markup Namespace
Summary
Contains classes for working with markup in Yarn lines.
Classes
| Name | Description |
|---|---|
| BuiltInMarkupReplacer | A marker processor that handles the built-in markers [select] [plural] , and [ordinal] . |
| LineParser | Parses text and produces markup information. |
| MarkupParseException | An exception representing something going wrong when parsing markup. |
Enums
| Name | Description |
|---|---|
| MarkupValueType | A type of MarkupValue . |
| TagType | A type of Yarn.Markup.MarkupAttributeMarker . |
Interfaces
| Name | Description |
|---|---|
| IAttributeMarkerProcessor | Provides a mechanism for producing replacement text for a marker. |
Structs
| Name | Description |
|---|---|
| MarkupAttribute | Represents a range of text in a marked-up string. |
| MarkupParseResult | The result of parsing a line of marked-up text. |
| MarkupProperty | A property associated with a MarkupAttribute . |
| MarkupValue | A value associated with a MarkupProperty . |
| ReplacementMarkerResult | A bundle of results from processing replacement markers. |