System.Xml.Tests.XsltApiTestCaseBase2.LoadXSL C# (CSharp) 메소드

LoadXSL() 공개 메소드

public LoadXSL ( String _strXslFile ) : int
_strXslFile String
리턴 int
        public int LoadXSL(String _strXslFile)
        {
            return LoadXSL(_strXslFile, _nInputXsl, new XmlUrlResolver());
        }

Same methods

XsltApiTestCaseBase2::LoadXSL ( String _strXslFile, XmlResolver xr ) : int
XsltApiTestCaseBase2::LoadXSL ( String _strXslFile, XslInputType xslInputType, XmlResolver xr ) : int