System.Xml.Xsl.Xslt.XsltLoader.XslIf C# (CSharp) Method

XslIf() private method

private XslIf ( ) : XslNode
return XslNode
        private XslNode XslIf()
        {
            ContextInfo ctxInfo = _input.GetAttributes(_ifAttributes);
            string test = ParseStringAttribute(0, "test");

            return SetInfo(f.If(test, _input.XslVersion), LoadInstructions(), ctxInfo);
        }