Name

XmlTextReader

Synopsis

This class is a text-based reader for XML documents derived from XmlReader. XmlTextReader checks for well-formedness and expands entities, but does not validate data according to a DTD or schema.

Public Class XmlTextReader : Inherits XmlReader : Implements IXmlLineInfo
' Public Constructors
   Public Sub New( ByVal input As System.IO.Stream) 
   Public Sub New(ByVal input As System.IO.Stream, 
        ByVal nt As XmlNameTable) 
   Public Sub New(ByVal xmlFragment As System.IO.Stream, 
        ByVal fragType As XmlNodeType, 
        ByVal context As XmlParserContext) 
   Public Sub New( ByVal url As String) 
   Public Sub New(ByVal url As String, 
        ByVal input As System.IO.Stream) 
   Public Sub New(ByVal url As String, 
        ByVal input As System.IO.Stream, 
        ByVal nt As XmlNameTable) 
   Public Sub New(ByVal url As String, 
        ByVal input As System.IO.TextReader) 
   Public Sub New(ByVal url As String, 
        ByVal input As System.IO.TextReader, 
        ByVal nt As XmlNameTable) 
   Public Sub New(ByVal url As String, 
        ByVal nt As XmlNameTable) 
   Public Sub New(ByVal xmlFragment As String, 
        ByVal fragType As XmlNodeType, 
        ByVal context As XmlParserContext) 
   Public Sub New( ByVal input As System.IO.TextReader) 
   Public Sub New(ByVal input As System.IO.TextReader, 
        ByVal nt As XmlNameTable) 
' Protected Constructors
   Protected Sub New() 
   Protected Sub New( ByVal nt As XmlNameTable) 
' Public Instance Properties
   Overrides Public ReadOnly Property AttributeCount As Integer  
   Overrides Public ReadOnly Property BaseURI As String Overrides Public ReadOnly Property ...

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.