LiquidTechnologies.XmlObjects Namespace / XsdValidator Class / Validate Method / Validate(XmlReader,ValidationEventHandler) Method
The System.Xml.XmlReader containing the XML data to validate
The error handler to report any errors

In This Topic
    Validate(XmlReader,ValidationEventHandler) Method
    In This Topic
    Validates the data in the xmlReader
    Syntax
    'Declaration
     
    
    Public Overloads Sub Validate( _
       ByVal xmlReader As System.Xml.XmlReader, _
       ByVal errorHandler As System.Xml.Schema.ValidationEventHandler _
    ) 
    public void Validate( 
       System.Xml.XmlReader xmlReader,
       System.Xml.Schema.ValidationEventHandler errorHandler
    )

    Parameters

    xmlReader
    The System.Xml.XmlReader containing the XML data to validate
    errorHandler
    The error handler to report any errors
    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