System.Xml.Tests.TCValidateEndOfAttributes.CallOnELementWithNoAttributes C# (CSharp) Méthode

CallOnELementWithNoAttributes() private méthode

private CallOnELementWithNoAttributes ( ) : void
Résultat void
        public void CallOnELementWithNoAttributes()
        {
            XmlSchemaValidator val = CreateValidator(XSDFILE_VALIDATE_ATTRIBUTE);

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

            return;
        }