Skip to Content
.NET & XML
book

.NET & XML

by Niel M. Bornstein
November 2003
Intermediate to advanced
476 pages
14h 38m
English
O'Reilly Media, Inc.
Content preview from .NET & XML

Name

XmlNode — System.Xml (system.xml.dll) CF 1.0 abstract class 

Synopsis

public abstract class XmlNode : ICloneable, IEnumerable, System.Xml.XPath.IXPathNavigable {
// Public Instance Properties
   public virtual XmlAttributeCollection Attributes{get; } 
   public virtual string BaseURI{get; } 
   public virtual XmlNodeList ChildNodes{get; } 
   public virtual XmlNode FirstChild{get; } 
   public virtual bool HasChildNodes{get; } 
   public virtual string InnerText{set; get; } 
   public virtual string InnerXml{set; get; } 
   public virtual bool IsReadOnly{get; } 
   public virtual XmlNode LastChild{get; } 
   public abstract string LocalName{get; } 
   public abstract string Name{get; } 
   public virtual string NamespaceURI{get; } 
   public virtual XmlNode NextSibling{get; } 
   public abstract XmlNodeType NodeType{get; } 
   public virtual string OuterXml{get; } 
   public virtual XmlDocument OwnerDocument{get; } 
   public virtual XmlNode ParentNode{get; } 
   public virtual string Prefix{set; get; } 
   public virtual XmlNode PreviousSibling{get; } 
   public virtual XmlElement this[ string name ]{get; } 
   public virtual XmlElement this[ string localname, string ns ]{get; } 
   public virtual string Value{set; get; } 
// Public Instance Methods
   public virtual XmlNode AppendChild( XmlNode newChild);  
   public virtual XmlNode Clone( );  
   public abstract XmlNode CloneNode( bool deep);  
   public XPathNavigator CreateNavigator( );                           // implements System.Xml.XPath.IXPathNavigable
   public IEnumerator GetEnumerator( );                                // implements IEnumerable
   public virtual string GetNamespaceOfPrefix ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Applied XML Programming for Microsoft® .NET

Applied XML Programming for Microsoft® .NET

Dino Esposito
XML Hacks

XML Hacks

Michael Fitzgerald

Publisher Resources

ISBN: 0596003978Supplemental ContentErrata