IHasXmlNode

IHasXmlNode

System.Xml (system.xml.dll) interface

This interface is used to get the current or context node from an implementing class, such as XmlDocument or System.Xml.XPath.XPathNavigator . The GetNode( ) method returns the XmlNode that the navigator is currently positioned on.

 public interface  IHasXmlNode  {  // Public Instance Methods  public XmlNode  GetNode  ( ); } 


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