28 public bool HasFeature(
string strFeature,
string strVersion)
30 if (
string.Compare(
"XML", strFeature,
StringComparison.OrdinalIgnoreCase) == 0 && (strVersion ==
null || strVersion ==
"1.0" || strVersion ==
"2.0"))
Represents an XML document. You can use this class to load, validate, edit, add, and position XML in ...
StringComparison
Specifies the culture, case, and sort rules to be used by certain overloads of the M:System....
Defines the context for a set of T:System.Xml.XmlDocument objects.
Implements a single-threaded T:System.Xml.XmlNameTable.
XmlImplementation()
Initializes a new instance of the T:System.Xml.XmlImplementation class.
bool HasFeature(string strFeature, string strVersion)
Tests if the Document Object Model (DOM) implementation implements a specific feature.
Table of atomized string objects.
XmlImplementation(XmlNameTable nt)
Initializes a new instance of the T:System.Xml.XmlImplementation class with the T:System....
virtual XmlDocument CreateDocument()
Creates a new T:System.Xml.XmlDocument.