Vixen
02b45cc4

QuotedAttributeValueSyntax

class
csharp
public sealed class QuotedAttributeValueSyntax

A quoted attribute value. Single and double quotes are both accepted.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

This node is associated with the following syntax kinds:

QuotedAttributeValue

Fields and properties (3)

  • public SyntaxToken OpenQuoteToken
  • public SyntaxList<MarkupSyntax> Content

    Text and interpolations, interleaved — so class="btn @variant" is one value with two parts rather than a string the binder has to re-scan.

  • public SyntaxToken CloseQuoteToken

Methods (7)

Used by (8)

  • BinderVixen.Ui.Markup
  • ParserTestsVixen.Ui.Markup.Tests
  • QuotedAttributeValueSyntaxVixen.Ui.Markup
  • RecoveryTestsVixen.Ui.Markup.Tests
  • SyntaxFactoryVixen.Ui.Markup
  • SyntaxRewriterVixen.Ui.Markup
  • SyntaxVisitorVixen.Ui.Markup
  • SyntaxVisitorVixen.Ui.Markup