29 references to IsKeyword
System.Private.Xml (29)
System\Xml\Xsl\Xslt\XsltInput.cs (11)
600
public bool IsXsltKeyword(string kwd) { return
IsKeyword
(kwd) && IsXsltNamespace(); }
650
Debug.Assert(
IsKeyword
(_atoms.Version));
727
bool isXslOutput = IsXsltNamespace() &&
IsKeyword
(_atoms.Output);
728
bool SS = IsXsltNamespace() && (
IsKeyword
(_atoms.Stylesheet) ||
IsKeyword
(_atoms.Transform));
741
if (IsNullNamespace() &&
IsKeyword
(_atoms.Version))
928
if (IsNullNamespace() &&
IsKeyword
(_atoms.Version))
948
Debug.Assert(extensions ?
IsKeyword
(_atoms.ExtensionElementPrefixes) :
IsKeyword
(_atoms.ExcludeResultPrefixes));
1001
Debug.Assert(
IsKeyword
(_atoms.XPathDefaultNamespace));
1013
Debug.Assert(
IsKeyword
(_atoms.DefaultCollation));
System\Xml\Xsl\Xslt\XsltLoader.cs (18)
302
_input.
IsKeyword
(_atoms.Stylesheet) ||
303
_input.
IsKeyword
(_atoms.Transform)
355
Debug.Assert(_input.IsXsltNamespace() && (_input.
IsKeyword
(_atoms.Stylesheet) || _input.
IsKeyword
(_atoms.Transform)));
373
if (_input.
IsKeyword
(_atoms.Import))
386
else if (_input.
IsKeyword
(_atoms.Include))
390
else if (_input.
IsKeyword
(_atoms.StripSpace))
394
else if (_input.
IsKeyword
(_atoms.PreserveSpace))
398
else if (_input.
IsKeyword
(_atoms.Output))
402
else if (_input.
IsKeyword
(_atoms.Key))
406
else if (_input.
IsKeyword
(_atoms.DecimalFormat))
410
else if (_input.
IsKeyword
(_atoms.NamespaceAlias))
414
else if (_input.
IsKeyword
(_atoms.AttributeSet))
418
else if (_input.
IsKeyword
(_atoms.Variable))
422
else if (_input.
IsKeyword
(_atoms.Param))
426
else if (_input.
IsKeyword
(_atoms.Template))
448
else if (_input.IsNs(_atoms.UrnMsxsl) && _input.
IsKeyword
(_atoms.Script))
2497
if (_input.IsXsltNamespace() && _input.
IsKeyword
(_atoms.UseAttributeSets))