System.Xml.Tests.TCValidateEndOfAttributes.CallOnELementWithNoAttributes C# (CSharp) Method

CallOnELementWithNoAttributes() private method

private CallOnELementWithNoAttributes ( ) : void
return void
        public void CallOnELementWithNoAttributes()
        {
            XmlSchemaValidator val = CreateValidator(XSDFILE_VALIDATE_ATTRIBUTE);

            val.Initialize();
            val.ValidateElement("NoAttributesElement", "", null);
            val.ValidateEndOfAttributes(null);

            return;
        }