/[dotgnu-pnet]/pnetlib/System.Xml/XmlDocument.cs
ViewVC logotype

Diff of /pnetlib/System.Xml/XmlDocument.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by t3rmin4t0r, Tue Aug 3 12:28:31 2004 UTC revision 1.36 by t3rmin4t0r, Tue Feb 22 11:21:23 2005 UTC
# Line 599  class XmlDocument : XmlNode Line 599  class XmlDocument : XmlNode
599                                  return new XmlDeclaration                                  return new XmlDeclaration
600                                          (placeholder, version, encoding, standalone);                                          (placeholder, version, encoding, standalone);
601                          }                          }
602            
603    #if CONFIG_XPATH
604          // NOTE: should be protected internal virtual          // NOTE: should be protected internal virtual
605          // but for ml-pnet's System.Data the internal modifier has to be removed          // but for ml-pnet's System.Data the internal modifier has to be removed
606          protected virtual XPathNavigator CreateNavigator(XmlNode node)          protected virtual XPathNavigator CreateNavigator(XmlNode node)
607                          {                          {
608                                  return node.CreateNavigator();                                  return node.CreateNavigator();
609                          }                          }
610    #endif
611    
612          // Get an element by identifier.          // Get an element by identifier.
613          [TODO]          [TODO]

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26