BlogML.BlogMLResource.Validate C# (CSharp) Method

Validate() public static method

public static Validate ( XmlTextReader reader ) : void
reader System.Xml.XmlTextReader
return void
        public static void Validate(XmlTextReader reader)
        {
            Validate(reader, null);
        }

Same methods

BlogMLResource::Validate ( XmlTextReader treader, ValidationEventHandler validationHandler ) : void
BlogMLResource::Validate ( string inputUri ) : void
BlogMLResource::Validate ( string inputUri, ValidationEventHandler validationHandler ) : void