1 instantiation of SsmlAttributes
System.Speech (1)
Internal\Synthesis\SSmlParser.cs (1)
82
SsmlAttributes ssmlAttributes =
new
(voice, new List<SsmlXmlAttribute>());
45 references to SsmlAttributes
System.Speech (45)
Internal\Synthesis\SSmlParser.cs (45)
82
SsmlAttributes
ssmlAttributes = new(voice, new List<SsmlXmlAttribute>());
217
private static void ProcessElement(XmlReader reader, ISsmlParser engine, string? sElement, SsmlElement possibleElements,
SsmlAttributes
ssmAttributesParent, bool fIgnore, List<SsmlXmlAttribute>? extraAttributes)
220
SsmlAttributes
ssmlAttributes = default;
293
private static void ParseAudio(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
299
SsmlAttributes
ssmlAttributes = default;
354
private static void ParseBreak(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
360
SsmlAttributes
ssmlAttributes = default;
429
private static void ParseDesc(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
435
SsmlAttributes
ssmlAttributes = default;
485
private static void ParseEmphasis(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
491
SsmlAttributes
ssmlAttributes = default;
545
private static void ParseMark(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
551
SsmlAttributes
ssmlAttributes = default;
598
private static void ParseMetaData(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
629
private static void ParseParagraph(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
637
private static void ParseSentence(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
645
private static void ParseTextBlock(XmlReader reader, ISsmlParser engine, bool isParagraph, string sElement,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
648
SsmlAttributes
ssmlAttributes = default;
710
private static void ParsePhoneme(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
716
SsmlAttributes
ssmlAttributes = default;
832
private static void ParseProsody(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
838
SsmlAttributes
ssmlAttributes = default;
915
private static void ParseSayAs(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
921
SsmlAttributes
ssmlAttributes = default;
984
private static void ParseSub(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
990
SsmlAttributes
ssmlAttributes = default;
1040
private static void ParseVoice(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1052
SsmlAttributes
ssmlAttributes = default;
1215
private static void ParseLexicon(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1221
SsmlAttributes
ssmlAttributes = default;
1284
private static void ParsePromptEngine0(XmlReader reader, ISsmlParser engine, SsmlElement elementAllowed, SsmlElement element, ProcessPromptEngine0 process,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1290
SsmlAttributes
ssmlAttributes = default;
1318
private static string? ParsePromptEngine1(XmlReader reader, ISsmlParser engine, SsmlElement elementAllowed, SsmlElement element, string attribute, ProcessPromptEngine1 process,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1324
SsmlAttributes
ssmlAttributes = default;
1354
private static void ParsePromptOutput(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1369
private static void ParseDiv(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1377
private static void ParseDatabase(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1383
SsmlAttributes
ssmlAttributes = default;
1436
private static void ParseId(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1444
private static void ParseTts(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1453
private static void ParseWithTag(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1462
private static void ParseRule(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmAttributesParent, bool fIgnore)
1800
private static void NoOp(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmlAttributes, bool fIgnore)
1806
private static SsmlElement ElementPromptEngine(
SsmlAttributes
ssmlAttributes)
1879
private delegate void ParseElementDelegates(XmlReader reader, ISsmlParser engine, SsmlElement element,
SsmlAttributes
ssmlAttributes, bool fIgnore);