System.Xml.Tests.XsltApiTestCaseBase2.LoadXSL C# (CSharp) Méthode

LoadXSL() public méthode

public LoadXSL ( String _strXslFile ) : int
_strXslFile String
Résultat 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