public object AfterCloseStartTag(object stateObject) { ValidationState state = ToState(stateObject); return(state.AfterCloseStartTag()); }