|
System.Xml.XmlTextReader xtr = new System.Xml.XmlTextReader(xml, System.Xml.XmlNodeType.Element, null); xmlDocument.Load(xtr); //Here's the XPath
|
|
Microsoft .NET XmlTextReader XmlDocument ... So you've got a .NET application that uses System.Xml.XmlTextReader or System.Xml.XmlDocument and it throws an exception as soon as it ...
|
|
System.Xml.XmlTextReader.ParseRoot() +323 System.Xml.XmlTextReader.Read() +127 System.Xml.XmlValidatingReader.ReadWithCollectTextToken() +146 System.Xml ...
|
|
The System.Xml.XmlTextReader Class Supported Versions .NET Framework 1.0, 1.1, 1.2 Public Members Bold members are covered in the sample code.
|
|
... GetStream(Uri uri, ICredentials credentials) at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) at System.Xml.XmlTextReader ...
|
|
Remarks This constructor is equivalent to System.Xml.XmlTextReader ( string.Empty , input , nt ). Requirements Namespace: System.Xml Assembly: System.Xml (in System.Xml.dll)
|
|
Constructs and initializes a new instance of the System.Xml.XmlTextReader class with the specified stream and name table.
|
|
Base Types Object XmlReader XmlTextReader. Assembly System.Xml Library XML Summary Represents a reader that provides fast, non-cached, forward-only access to XML data.
|
|
Represents a reader that provides fast, non-cached, forward-only access to XML data. ... Represents a reader that provides fast, non-cached, forward-only access to XML data.
|
|
Represents a reader that provides fast, non-cached, forward-only access to XML data. For a list of all members of this type, see XmlTextReader Members
|