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");
1547
if (content.Count != 0)
ReportNYI
("xsl:apply-imports/xsl:with-param");
1603
if (!copyNamespaces)
ReportNYI
("xsl:copy[@copy-namespaces = 'no']");
1604
if (!inheritNamespaces)
ReportNYI
("xsl:copy[@inherit-namespaces = 'no']");
1629
if (!copyNamespaces)
ReportNYI
("xsl:copy-of[@copy-namespaces = 'no']");
1799
if (select != null)
ReportNYI
("xsl:number/@select");
1822
if (!string.IsNullOrEmpty(ordinal))
ReportNYI
("xsl:number/@ordinal");
1855
ReportNYI
("xsl:value-of/@separator");
1875
ReportNYI
("xsl:value-of/*");
1934
if (required == TriState.True)
ReportNYI
("xsl:param/@required == true()");
1938
ReportNYI
("xsl:param/@as");
1953
if (tunnel == TriState.True)
ReportNYI
("xsl:param/@tunnel == true()");
1974
if (select != null)
ReportNYI
("xsl:comment/@select");
2003
if (select != null)
ReportNYI
("xsl:processing-instruction/@select");
2067
if (!inheritNamespaces)
ReportNYI
("xsl:copy[@inherit-namespaces = 'no']");
2101
if (select != null)
ReportNYI
("xsl:attribute/@select");
2103
if (separator != null)
ReportNYI
("xsl:attribute/@separator");
2149
ReportNYI
("xsl:sort/*");
2628
ReportNYI
("xsl:apply-templates[@mode='#current']");
2660
ReportNYI
("xsl:template[@mode='#all']");
2685
ReportNYI
("xsl:apply-templates[@mode='#current']");
2720
ReportNYI
("Multiple modes");
2735
ReportNYI
("@collation");