Initial value:= new XsltInput.XsltAttribute[17]
{
new XsltInput.XsltAttribute(
"name",
V2Opt),
new XsltInput.XsltAttribute(
"method",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"byte-order-mark",
V2Opt),
new XsltInput.XsltAttribute(
"cdata-section-elements",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"doctype-public",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"doctype-system",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"encoding",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"escape-uri-attributes",
V2Opt),
new XsltInput.XsltAttribute(
"include-content-type",
V2Opt),
new XsltInput.XsltAttribute(
"indent",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"media-type",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"normalization-form",
V2Opt),
new XsltInput.XsltAttribute(
"omit-xml-declaration",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"standalone",
V1Opt |
V2Opt),
new XsltInput.XsltAttribute(
"undeclare-prefixes",
V2Opt),
new XsltInput.XsltAttribute(
"use-character-maps",
V2Opt),
new XsltInput.XsltAttribute(
"version",
V1Opt |
V2Opt)
}
Definition at line 64 of file XsltLoader.cs.
65 {
66 new XsltInput.XsltAttribute(
"name",
V2Opt),
67 new XsltInput.XsltAttribute(
"method",
V1Opt |
V2Opt),
68 new XsltInput.XsltAttribute(
"byte-order-mark",
V2Opt),
69 new XsltInput.XsltAttribute(
"cdata-section-elements",
V1Opt |
V2Opt),
70 new XsltInput.XsltAttribute(
"doctype-public",
V1Opt |
V2Opt),
71 new XsltInput.XsltAttribute(
"doctype-system",
V1Opt |
V2Opt),
72 new XsltInput.XsltAttribute(
"encoding",
V1Opt |
V2Opt),
73 new XsltInput.XsltAttribute(
"escape-uri-attributes",
V2Opt),
74 new XsltInput.XsltAttribute(
"include-content-type",
V2Opt),
75 new XsltInput.XsltAttribute(
"indent",
V1Opt |
V2Opt),
76 new XsltInput.XsltAttribute(
"media-type",
V1Opt |
V2Opt),
77 new XsltInput.XsltAttribute(
"normalization-form",
V2Opt),
78 new XsltInput.XsltAttribute(
"omit-xml-declaration",
V1Opt |
V2Opt),
79 new XsltInput.XsltAttribute(
"standalone",
V1Opt |
V2Opt),
80 new XsltInput.XsltAttribute(
"undeclare-prefixes",
V2Opt),
81 new XsltInput.XsltAttribute(
"use-character-maps",
V2Opt),
82 new XsltInput.XsltAttribute(
"version",
V1Opt |
V2Opt)
83 };
Referenced by System.Xml.Xsl.Xslt.XsltLoader.AtomizeAttributes(), and System.Xml.Xsl.Xslt.XsltLoader.LoadOutput().