4 references to Attribute
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
716
case XslNodeType.
Attribute
: result = CompileAttribute((NodeCtor)node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
395
return new NodeCtor(XslNodeType.
Attribute
, nameAvt, nsAvt, xslVer);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1312
(1 << (int)XslNodeType.
Attribute
) |
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
15
XslNodeType.
Attribute
=> VisitAttribute((NodeCtor)node),