LiquidTechnologies.XmlObjects Namespace / XsdValidator Class
Properties Methods


In This Topic
    XsdValidator Class Members
    In This Topic

    The following tables list the members exposed by XsdValidator.

    Public Constructors
     NameDescription
    Public ConstructorInitialises the class by loading the schema set by loading the schemas from the resourcePath in the specified assembly.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe compiled schema set which can be used to validate XML instance documents  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates a validating System.Xml.XmlReader that can be used to read and validate the data in the xmlReader  
    Public MethodOverloaded. Validates the data in the xmlReader  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the System.Xml.XmlReaderSettings used by all the validation methods  
    Top
    See Also