LiquidTechnologies.XmlObjects Namespace / XsdValidator Class / CreateValidatingReader Method / CreateValidatingReader(Stream,ValidationEventHandler) Method
The System.IO.Stream to read the XML data from
The error handler to report any errors

In This Topic
    CreateValidatingReader(Stream,ValidationEventHandler) Method
    In This Topic
    Creates a validating System.Xml.XmlReader that can be used to read and validate the data in the stream
    Syntax
    'Declaration
     
    
    Public Overloads Function CreateValidatingReader( _
       ByVal stream As System.IO.Stream, _
       ByVal errorHandler As System.Xml.Schema.ValidationEventHandler _
    ) As System.Xml.XmlReader
    public System.Xml.XmlReader CreateValidatingReader( 
       System.IO.Stream stream,
       System.Xml.Schema.ValidationEventHandler errorHandler
    )

    Parameters

    stream
    The System.IO.Stream to read the XML data from
    errorHandler
    The error handler to report any errors

    Return Value

    A validating System.Xml.XmlReader.
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also