public bool Attribute(object stateObject, string localName, string ns) { ValidationState state = ToState(stateObject); return(state.Attribute(localName, ns, this)); }