Exemple #1
0
        public object AfterAttribute(object stateObject,
                                     string localName, string ns)
        {
            ValidationState state = ToState(stateObject);

            return(state.AfterAttribute(localName, ns, this));
        }