IXsltContextVariable

IXsltContextVariable

System.Xml.Xsl (system.xml.dll) interface

As with IXsltContextFunction , this interface is used to help the XSLT engine resolve data objects bound into the XSLT engine's executing context while processing an XML document. See the XsltArgumentList method description for an example of how context functions and variables are used with an XSLT instance.

 public interface  IXsltContextVariable  {  // Public Instance Properties  public bool  IsLocal  {get; }    public bool  IsParam  {get; }    public XPathResultType  VariableType  {get; }  // Public Instance Methods  public object  Evaluate  (XsltContext   xsltContext   ); } 

Returned By

XsltContext.ResolveVariable( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net