XopDocument.GetDocumentReader Method
Gets the XML reader for this document.
Namespace: Microsoft.Web.Services3.Mime
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As XmlReader
Dim xopDocument1 As XopDocument
returnValue = xopDocument1.GetDocumentReader()
Syntax
'Declaration
Public Overridable Function GetDocumentReader() As XmlReader
public virtual XmlReader GetDocumentReader();
public:
virtual XmlReader^ GetDocumentReader();
public virtual XmlReader GetDocumentReader();
public function GetDocumentReader() : XmlReader;
Return Value
A System.Xml.XmlReader that provides fast, non-cached, forward-only access to the XML data in this document.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
XopDocument Class
XopDocument Members
Microsoft.Web.Services3.Mime Namespace