4 references to LiteralElement
System.Private.Xml (4)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
728
case XslNodeType.
LiteralElement
: result = CompileLiteralElement(node); break;
System\Xml\Xsl\Xslt\XslAst.cs (1)
465
return new XslNode(XslNodeType.
LiteralElement
, name, null, XslVersion.Current);
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (1)
1326
(1 << (int)XslNodeType.
LiteralElement
);
System\Xml\Xsl\Xslt\XslVisitor.cs (1)
29
XslNodeType.
LiteralElement
=> VisitLiteralElement((XslNode)node),