31 references to ReportNYI
System.Private.Xml (31)
System\Xml\Xsl\Xslt\XsltLoader.cs (31)
589
if (name != null)
ReportNYI
("xsl:output/@name");
612
if (byteOrderMask != TriState.Unknown)
ReportNYI
("xsl:output/@byte-order-mark");
683
if (!escapeUriAttributes)
ReportNYI
("xsl:output/@escape-uri-attributes == flase()");
686
if (!includeContentType)
ReportNYI
("xsl:output/@include-content-type == flase()");
718
ReportNYI
("xsl:output/@normalization-form");
752
if (undeclarePrefixes)
ReportNYI
("xsl:output/@undeclare-prefixes == true()");
755
if (useCharacterMaps.Count != 0)
ReportNYI
("xsl:output/@use-character-maps");
888
if (use == null)
ReportNYI
("xsl:key[count(@use) = 0]");
1178
ReportNYI
("xsl:template/@as");
1545
if (content.Count != 0)
ReportNYI
("xsl:apply-imports/xsl:with-param");
1601
if (!copyNamespaces)
ReportNYI
("xsl:copy[@copy-namespaces = 'no']");
1602
if (!inheritNamespaces)
ReportNYI
("xsl:copy[@inherit-namespaces = 'no']");
1627
if (!copyNamespaces)
ReportNYI
("xsl:copy-of[@copy-namespaces = 'no']");
1797
if (select != null)
ReportNYI
("xsl:number/@select");
1820
if (!string.IsNullOrEmpty(ordinal))
ReportNYI
("xsl:number/@ordinal");
1853
ReportNYI
("xsl:value-of/@separator");
1873
ReportNYI
("xsl:value-of/*");
1932
if (required == TriState.True)
ReportNYI
("xsl:param/@required == true()");
1936
ReportNYI
("xsl:param/@as");
1951
if (tunnel == TriState.True)
ReportNYI
("xsl:param/@tunnel == true()");
1972
if (select != null)
ReportNYI
("xsl:comment/@select");
2001
if (select != null)
ReportNYI
("xsl:processing-instruction/@select");
2065
if (!inheritNamespaces)
ReportNYI
("xsl:copy[@inherit-namespaces = 'no']");
2099
if (select != null)
ReportNYI
("xsl:attribute/@select");
2101
if (separator != null)
ReportNYI
("xsl:attribute/@separator");
2147
ReportNYI
("xsl:sort/*");
2626
ReportNYI
("xsl:apply-templates[@mode='#current']");
2658
ReportNYI
("xsl:template[@mode='#all']");
2683
ReportNYI
("xsl:apply-templates[@mode='#current']");
2718
ReportNYI
("Multiple modes");
2733
ReportNYI
("@collation");