예제 #1
0
        protected void HandleRemainingAttributes(AttributesHelper attributes, ParseResult result)
        {
            XmlTemplateParser.AddWarningsForAttributesNotSupportedByVisualizer(result, attributes, GetAttributesNotSupportedByVisualizer().ToArray());

            XmlTemplateParser.AddWarningsForUnknownAttributes(result, attributes);
        }